diff options
Diffstat (limited to 'chapter05/whystatic.xml')
-rw-r--r-- | chapter05/whystatic.xml | 4 |
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 |