diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-20 21:11:28 +0000 |
commit | 26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (patch) | |
tree | 019a059bdc24940a10f4571c4d6cf3cd88cfab4c /chapter06/aboutdebug.xml | |
parent | eb7df24002f43d7b8ab45a2868a9dfe345a97551 (diff) |
Removed --enable-threads=posix from static gcc compilation. Fixed changelog and a number of typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2121 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index 8d03387fe..726a54161 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -41,7 +41,7 @@ or ELF binary), run <userinput>strip --strip-debug filename</userinput>. Wildcards can be used to treat multiple files (use something like <userinput>strip --strip-debug $LFS/static/bin/*</userinput>).</para> -<para>For your convenience, chapter 9 includes one simple command to strip +<para>For your convenience, Chapter 9 includes one simple command to strip all debugging symbols from all programs and libraries on your system. Additional information on optimization you can find in the hint at <ulink url="&hints-root;optimization.txt"/>.</para> |