diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-11-14 02:53:54 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2004-11-14 02:53:54 +0000 |
commit | 26c3109c0d99e3ba64812b707cf5510e6c291852 (patch) | |
tree | 107b5bb7350a7b7596dc1e5e62285e50e388bb4f | |
parent | fcfff33d58561385705a08e7f5b4a7c14d1d9d3c (diff) |
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
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index cb6c530e2..805b1fe0e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -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> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index e7f4c2403..2bc0ac34f 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -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> diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 247543658..4f53196dd 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -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 |