diff options
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 20f5ddc5c..5cca86e2b 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -185,7 +185,7 @@ recompile this one library, instead of having to recompile all the programs that make use of the improved function.</para> <para>If dynamic linking has several advantages, why then do we statically link -the first two packages in this chapter? The reasonsare threefold: historical, +the first two packages in this chapter? The reasons are threefold: historical, educational, and technical. Historical, because earlier versions of LFS statically linked every program in this chapter. Educational, because knowing the difference is useful. Technical, because we gain an element of independence |