Corrected the patch name for the gcc 3.4.3 specs patch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4312 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Utley 2004-11-14 02:53:54 +00:00
parent fcfff33d58
commit 26c3109c0d
3 changed files with 5 additions and 2 deletions

View File

@ -95,6 +95,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>November 13th, 2004 [jeremy]: Corrected name of gcc specs
patch - patches project has -2 instead of -1 for some strange reason.</para></listitem>
<listitem><para>November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08.</para></listitem>
<listitem><para>November 13th, 2004 [jeremy]: Corrected IPRoute2's patch name, removed some unneeded commands in shadow.</para></listitem>

View File

@ -74,7 +74,7 @@ following:</para>
<varlistentry>
<term>GCC Specs Patch - 11 KB:</term>
<listitem>
<para><ulink url="&patches-root;gcc-&gcc-version;-specs-1.patch"/></para>
<para><ulink url="&patches-root;gcc-&gcc-version;-specs-2.patch"/></para>
</listitem>
</varlistentry>

View File

@ -53,7 +53,7 @@ into a single <filename class="directory">gcc-&gcc-version;/</filename> subdirec
<para>First correct a problem and make an essential adjustment:</para>
<screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch
patch -Np1 -i ../gcc-&gcc-version;-specs-1.patch</userinput></screen>
patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch</userinput></screen>
<para>The first patch disables the GCC <command>fixincludes</command> script. We
mentioned this briefly earlier, but a slightly more in-depth explanation of