From 26c3109c0d99e3ba64812b707cf5510e6c291852 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sun, 14 Nov 2004 02:53:54 +0000 Subject: [PATCH] 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 --- chapter01/changelog.xml | 3 +++ chapter03/patches.xml | 2 +- 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. +November 13th, 2004 [jeremy]: Corrected name of gcc specs +patch - patches project has -2 instead of -1 for some strange reason. + November 13th, 2004 [jeremy]: Upgraded toolchain packages to GCC 3.4.3, and Glibc weekly snapshot from 2004-11-08. November 13th, 2004 [jeremy]: Corrected IPRoute2's patch name, removed some unneeded commands in shadow. 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: GCC Specs Patch - 11 KB: - + 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 gcc-&gcc-version;/ subdirec First correct a problem and make an essential adjustment: patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch -patch -Np1 -i ../gcc-&gcc-version;-specs-1.patch +patch -Np1 -i ../gcc-&gcc-version;-specs-2.patch The first patch disables the GCC fixincludes script. We mentioned this briefly earlier, but a slightly more in-depth explanation of