From e07596793b3ff9ac8d1ef86a8418b1fafe607097 Mon Sep 17 00:00:00 2001 From: Zack Winkles Date: Fri, 2 Jul 2004 19:25:33 +0000 Subject: Upgraded to GCC 3.4.1 git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3876 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 +++- chapter03/packages.xml | 2 +- chapter03/patches.xml | 4 ++-- chapter05/gcc-pass2.xml | 4 ++-- chapter06/gcc.xml | 2 +- general.ent | 3 +-- 6 files changed, 10 insertions(+), 9 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 65c100113..45fedb561 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -23,7 +23,7 @@ first a summary, then a detailed log. binutils-2.15.91.0.1 bison-1.875a flex-2.5.31 -gcc-3.4.1-20040625 +gcc-3.4.1 glibc-2.3.4-20040529 groff-1.19.1 hotplug-2004_04_01 @@ -77,6 +77,8 @@ first a summary, then a detailed log. +July 2, 2004 [winkie]: Upgraded to GCC 3.4.1. + July 2, 2004 [winkie]: Updated the Udev permissions configuration to include the nvidia kernel modules. diff --git a/chapter03/packages.xml b/chapter03/packages.xml index 47a4a745f..7c8779b0e 100644 --- a/chapter03/packages.xml +++ b/chapter03/packages.xml @@ -119,7 +119,7 @@ GCC (&gcc-version;) - ~27,000KB: - + diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 675456be0..6b068e1db 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -52,14 +52,14 @@ following: GCC No-Fixincludes Patch - 1 KB: - + GCC Specs Patch - 11 KB: - + diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index d391b7aad..637314c00 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -52,8 +52,8 @@ into a single gcc-&gcc-version;/ subdirec First correct a problem and make an essential adjustment: -patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch -patch -Np1 -i ../gcc-&gcc-short-version;-specs-1.patch +patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch +patch -Np1 -i ../gcc-&gcc-version;-specs-1.patch The first patch disables the GCC fixincludes script. We mentioned this briefly earlier, but a slightly more in-depth explanation of diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index f1f5bbccd..218286a6d 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -44,7 +44,7 @@ compilers. Instructions for building these can be found at First apply only the No-Fixincludes patch (and not the Specs patch) also used in the previous chapter: -patch -Np1 -i ../gcc-&gcc-short-version;-no_fixincludes-1.patch +patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-1.patch Now apply a sed substitution that will suppress the installation of libiberty.a. We want to use the version of diff --git a/general.ent b/general.ent index 27a3ee332..391982204 100644 --- a/general.ent +++ b/general.ent @@ -31,8 +31,7 @@ - - + -- cgit v1.2.3-54-g00ecf