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
This commit is contained in:
James Robertson 2003-09-12 02:40:25 +00:00
parent 15b436fdab
commit b46ab4c17b
2 changed files with 9 additions and 6 deletions

View File

@ -87,6 +87,10 @@
</itemizedlist> </itemizedlist>
</para></listitem> </para></listitem>
<listitem><para>September 11th, 2003 [jwrober]: Fixed Ch5 GCC Pass 2 specs
patch text to be more vague, but in actuality more accurate - provided by
Anderson Lizardo.</para></listitem>
<listitem><para>September 11th, 2003 [jwrober]: Grammar fix in Ch5 Tcl install <listitem><para>September 11th, 2003 [jwrober]: Grammar fix in Ch5 Tcl install
directions provided by Anderson Lizardo.</para></listitem> directions provided by Anderson Lizardo.</para></listitem>

View File

@ -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 fixed headers from the host system, which would most likely not match the Glibc
version actually used for the LFS system.</para> version actually used for the LFS system.</para>
<para>The last patch changes GCC's default location of the dynamic linker, <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" (ld). Patching now rather than adjusting the specs file after installation
in <filename>config/i386/linux.h</filename>. Patching now rather than adjusting ensures that our new dynamic linker gets used during the actual build of GCC.
the specs file after installation ensures that our new dynamic linker gets That is, all the final (and temporary) binaries created during the build will
used during the actual build of GCC. That is, all the final (and temporary) link against the new Glibc.</para>
binaries created during the build will link against the new Glibc.</para>
<para>Create a separate build directory again:</para> <para>Create a separate build directory again:</para>