diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 06:52:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2008-10-30 06:52:46 +0000 |
commit | 182d5d3e50ddf048e655a7e7909ae8389e84e639 (patch) | |
tree | 37e9b3736c3282aadb1daa74c976e807b55d31da /chapter05/toolchaintechnotes.xml | |
parent | 863beeaa4725d490579d9f047d230318460d9a76 (diff) |
Text changes in several places in Chapters 5 and 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8719 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/toolchaintechnotes.xml')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index fc4d5d355..cc1f7242e 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -145,8 +145,8 @@ checking what linker to use... /tools/i686-pc-linux-gnu/bin/ld</computeroutput>< through the end of this chapter will use the new dynamic linker in <filename class="directory">/tools/lib</filename>.</para> - <para>The need to use the new dynamic linker is also the reason why - the Specs patch is applied for the second pass of GCC. Failure to do + <para>For the second pass of GCC, its sources also need to be modified + to tell GCC to use the new dynamic linker. Failure to do so will result in the GCC programs themselves having the name of the dynamic linker from the host system's <filename class="directory">/lib</filename> directory embedded into them, which |