diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-04-23 03:58:54 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-04-23 03:58:54 +0000 |
commit | 72031fe09be5e8f4cce9b43244fa4ffedec07728 (patch) | |
tree | 7a08f70ce416ab8919b706c9b99460c7e0890274 /chapter06 | |
parent | 6c8a79acdff8138945eac6b37d2ee9c3e404e7d6 (diff) |
Remove libs that are not LFS proper.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/strippingagain.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index b4a78294c..fee63341c 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -22,12 +22,12 @@ <command>strip</command> command, it is a good idea to make a backup of the LFS system in its current state.</para> - <para>First back up some libraries that are needed when running regression - tests in BLFS packages:</para> + <para>First back up some libraries who's debug symbols are needed when + running regression tests in BLFS packages:</para> -<screen><userinput>save_libs="ld- libatomic libc- libcilkrts ligfortran libgo libgomp" -save_libs="$save_libs libitm libmpx libobjc libpthread libquadmath" -save_libs="$save_libs libsanitizer libstdc++ libthread_db libvtv" +<!-- also of interest are libgfortan, libgo, libgomp, and libobjc from gcc --> +<screen><userinput>save_libs="ld- libatomic libc- libcilkrts libitm libmpx libpthread" +save_libs="$save_libs libquadmath libsanitizer libstdc++ libthread_db libvtv" mkdir -p /var/dbg/lib /var/dbg/usr/lib |