aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/whystatic.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-20 21:11:28 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2002-09-20 21:11:28 +0000
commit26e62aa22dcb6ce6b63a5a21b44825ff19b2405e (patch)
tree019a059bdc24940a10f4571c4d6cf3cd88cfab4c /chapter05/whystatic.xml
parenteb7df24002f43d7b8ab45a2868a9dfe345a97551 (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 'chapter05/whystatic.xml')
-rw-r--r--chapter05/whystatic.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/whystatic.xml b/chapter05/whystatic.xml
index 43789da1a..e0fc14a6b 100644
--- a/chapter05/whystatic.xml
+++ b/chapter05/whystatic.xml
@@ -46,9 +46,9 @@ you need to make sure that the libraries are statically linked when you build
them, hence the <userinput>--enable-static-link</userinput>,
<userinput>--disable-shared</userinput>, and
<userinput>-static</userinput> flags used
-through chapter 5. Once in chapter 6, the first thing we do is build the
+through Chapter 5. Once in Chapter 6, the first thing we do is build the
main set of system libraries, glibc. Once this is made we start rebuilding
-all the programs we just did in chapter 5, but this time dynamically linked,
+all the programs we just did in Chapter 5, but this time dynamically linked,
so that we can take advantage of the space saving opportunities.</para>
<para>And there you have it, that's why you need to use those weird