diff options
Diffstat (limited to 'chapter06')
-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" |