From b19d5f969aeddcf8a5e36511f1ce6303cb0f3329 Mon Sep 17 00:00:00 2001 From: Jeremy Utley Date: Sat, 30 Aug 2003 16:55:25 +0000 Subject: [PATCH] New patch for GCC's fixincludes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 92 ++++++++++++++++++------------------ chapter04/chapter04.xml | 2 +- chapter05/gcc-pass2-inst.xml | 2 +- chapter06/gcc-inst.xml | 2 +- index.xml | 4 +- 5 files changed, 52 insertions(+), 50 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0b389efa2..36c7b19b4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -6,47 +6,6 @@ -August 29, 2003 [jeremy] - Glibc - updated -instructions with the sscanf patch from patches. - -August 29, 2003 [jeremy] - Updated GCC -to version 3.3.1, including fixes based on Zack's mini-hint -for GCC 3.3, and patches from his docs. - -August 28, 2003 [matt] - Updated packages -to linux-2.4.22, man-pages-1.60, expect-5.39.0, -findutils-4.1.20 and tcl-8.4.4 - -August 28, 2003 [jeremy] - New -bash-2.05b-2.patch file to include the 7 patches -from ftp.gnu.org - -August 27, 2003 [jeremy] - Chapter 06 - -Inetutils: Added --sysconfdir=/etc --localstatedir=/var -and moved the ping binary from /usr/bin to /bin - - -August 26, 2003 [jeremy] - Chapter 07 - -Creating /etc/hosts: Changed www.mydomain.org to -<value of HOSTNAME>.mydomain.org - -August 26, 2003 [jeremy] - Chapter 04 - -Mounting the LFS partition: Added text regarding mounting -with too restrictive permissions. - -August 26, 2003 [jeremy] - Chapter 06 - -Creating Directories: Added the creation of the /dev/shm -directory. - -August 26, 2003 [jeremy] - Chapter 08 - -Creating fstab: Added the mount of tmpfs filesystem to -/dev/shm. - -August 26, 2003 [jeremy] - Chapter 08 - -Kernel Installation: Added a reminder to compile tmpfs -support into the kernel. - - Upgraded to: automake-1.7.6 @@ -56,7 +15,7 @@ support into the kernel. file-4.03 findutils-4.1.7 gawk-3.1.3 -gcc-3.2.3 +gcc-3.3.1 gettext-0.12.1 glibc-2.3.2 grep-2.5.1 @@ -94,9 +53,8 @@ support into the kernel. gawk-3.1.2.patch gcc-2.95.3 gcc-2.95.3-2.patch -gcc-3.2.3-mmap_test.patch -gcc-3.2.3-no_fixincludes.patch -gcc-3.2.3-specs-4.patch +gcc-3.3.1-no_fixincludes-2.patch +gcc-3.3.1-specs.patch inetutils-1.4.2 lfs-utils-0.3 ncurses-5.3-etip.patch @@ -112,6 +70,7 @@ support into the kernel. fileutils-4.1.patch findutils-4.1-segfault.patch findutils-4.1.patch +gcc-3.2.3-mmap_test.patch gzip-1.2.4b.patch netkit-base-0.17 sh-utils-2.0 @@ -123,6 +82,49 @@ support into the kernel. +August 30, 2003 [jeremy] - Updated fix-includes +patch to GCC 3.3.1 + +August 29, 2003 [jeremy] - Glibc - updated +instructions with the sscanf patch from patches. + +August 29, 2003 [jeremy] - Updated GCC +to version 3.3.1, including fixes based on Zack's mini-hint +for GCC 3.3, and patches from his docs. + +August 28, 2003 [matt] - Updated packages +to linux-2.4.22, man-pages-1.60, expect-5.39.0, +findutils-4.1.20 and tcl-8.4.4 + +August 28, 2003 [jeremy] - New +bash-2.05b-2.patch file to include the 7 patches +from ftp.gnu.org + +August 27, 2003 [jeremy] - Chapter 06 - +Inetutils: Added --sysconfdir=/etc --localstatedir=/var +and moved the ping binary from /usr/bin to /bin + + +August 26, 2003 [jeremy] - Chapter 07 - +Creating /etc/hosts: Changed www.mydomain.org to +<value of HOSTNAME>.mydomain.org + +August 26, 2003 [jeremy] - Chapter 04 - +Mounting the LFS partition: Added text regarding mounting +with too restrictive permissions. + +August 26, 2003 [jeremy] - Chapter 06 - +Creating Directories: Added the creation of the /dev/shm +directory. + +August 26, 2003 [jeremy] - Chapter 08 - +Creating fstab: Added the mount of tmpfs filesystem to +/dev/shm. + +August 26, 2003 [jeremy] - Chapter 08 - +Kernel Installation: Added a reminder to compile tmpfs +support into the kernel. + August 30th, 2003 [alex]: Added some missing markup, changed a few /static's to /stage1's. diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index 34ff88c0b..17c7537e5 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -247,7 +247,7 @@ GCC Patch (&gcc-2953-patch-version;) - &gcc-2953-patch-size;: GCC Specs Patch: GCC No Fixincludes Patch: - + Glibc Sscanf Patch: diff --git a/chapter05/gcc-pass2-inst.xml b/chapter05/gcc-pass2-inst.xml index 3a090fb06..a3a58e0ee 100644 --- a/chapter05/gcc-pass2-inst.xml +++ b/chapter05/gcc-pass2-inst.xml @@ -9,7 +9,7 @@ subdir. First correct one problem and make an essential adjustment: -patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch +patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch patch -Np1 -i ../gcc-&gcc-specs-version;.patch The last patch changes GCC's default location of the dynamic linker, diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 0908c05a7..e0602ccc5 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -16,7 +16,7 @@ GCC-testsuite package. The full GCC package contains even more compilers. Instructions for building these can be found at . -patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes.patch +patch -Np1 -i ../gcc-&gcc-version;-no_fixincludes-2.patch GCC's installation documentation recommends to build the package in a diff --git a/index.xml b/index.xml index 0a204d959..c6f9870cf 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + +