aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorJames Robertson <jwrober@linuxfromscratch.org>2003-09-12 02:40:25 +0000
committerJames Robertson <jwrober@linuxfromscratch.org>2003-09-12 02:40:25 +0000
commitb46ab4c17b2340c4fe5c24467177079148ed597a (patch)
tree34071fc7fef2b581fc9343dd3cd9e55513cc3c31 /chapter05
parent15b436fdab48689d2b099e49c3f626346551ac0c (diff)
Fixed Ch5 GCC Pass 2 specs patch text to be more vague, but in actuality more accurate - provided by Anderson Lizardo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2779 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/gcc-pass2-inst.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml
index fb2fa795e..8dcb5a52c 100644
--- a/chapter05/gcc-pass2-inst.xml
+++ b/chapter05/gcc-pass2-inst.xml
@@ -23,12 +23,11 @@ searched before the system include directory, resulting in GCC finding the
fixed headers from the host system, which would most likely not match the Glibc
version actually used for the LFS system.</para>
-<para>The last patch changes GCC's default location of the dynamic linker,
-a simple substitution of "/lib/ld-linux.so.2" with "/tools/lib/ld-linux.so.2"
-in <filename>config/i386/linux.h</filename>. Patching now rather than adjusting
-the specs file after installation ensures that our new dynamic linker gets
-used during the actual build of GCC. That is, all the final (and temporary)
-binaries created during the build will link against the new Glibc.</para>
+<para>The last patch changes GCC's default location of the dynamic linker
+(ld). Patching now rather than adjusting the specs file after installation
+ensures that our new dynamic linker gets used during the actual build of GCC.
+That is, all the final (and temporary) binaries created during the build will
+link against the new Glibc.</para>
<para>Create a separate build directory again:</para>