diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2017-05-02 03:59:25 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2017-05-02 03:59:25 +0000 |
commit | c3b79ee25e5bb392a026ff087687b7f683c23708 (patch) | |
tree | 0ef80e28e0f561c0a7e749b775b8264c8a09952e | |
parent | 72d353f65f8ad842dfaaaf9b7be446a2a1ba81a1 (diff) |
Fix thwqe obvious typo in Stripping Again.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11238 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/strippingagain.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index c35b8d6af..255b99b23 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -42,7 +42,7 @@ for LIB in $save_lib; do objcopy --add-gnu-debuglink=$LIB.dbg $LIB done -save_usrlib="libquadmath.o.0.0.0 libstdc++.so.6.0.22 +save_usrlib="libquadmath.so.0.0.0 libstdc++.so.6.0.22 libmpx.so.2.0.0 libmpxwrappers.so.2.0.0 libitm.so.1.0.0 libcilkrts.so.5.0.0 libatomic.so.1.2.0" |