|
@@ -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>
|
|
|
|