mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Remove libs that are not LFS proper.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11227 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
6c8a79acdf
commit
72031fe09b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user