|
@@ -22,12 +22,12 @@
|
|
<command>strip</command> command, it is a good idea to make a
|
|
<command>strip</command> command, it is a good idea to make a
|
|
backup of the LFS system in its current state.</para>
|
|
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
|
|
mkdir -p /var/dbg/lib /var/dbg/usr/lib
|
|
|
|
|