From 2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Fri, 9 Sep 2005 20:34:44 +0000 Subject: Upgrade to gcc-4.0.1 (merge of gcc4 branch) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 104 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 96 insertions(+), 8 deletions(-) (limited to 'chapter01') diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 71e607baa..e5a93dfae 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -89,12 +89,18 @@ First a summary, then a detailed log. &bzip2-bzgrep-patch; &bzip2-docs-patch; -&gcc-linkonce-patch; -&gcc-no_fixincludes-patch; &gcc-specs-patch; +&glibc-gcc4_elf-patch; +&glibc-gcc4_iconvdata-patch; +&glibc-gcc4_mathtest-patch; +&glibc-gcc4_string-patch; +&glibc-gcc4_symbols-patch; &glibc-testfix-patch; -&perl-libc-patch; +&inetutils-gcc4_fixes-patch; +&kbd-gcc4_fixes-patch; &mktemp-tempfile-patch; +&perl-libc-patch; +&tar-gcc4_fix-patch; &util-linux-reiser_crash-patch; &vim-security_fix-patch; @@ -118,6 +124,12 @@ First a summary, then a detailed log. September 8, 2005 [jhuntwork]: Upgrade to groff-1.19.2 +September 6, 2005 [ken]: Reworded the glibc text to expect +test failures. + +September 5, 2005 [ken]: Add patch to fix some of the math +tests in glibc. + September 4, 2005 [matt]: Add patch to stop cfdisk segfaulting when invoked on devices with partitions that don't contain an ext2, ext3, xfs or jfs filesystem (see bug 1604) @@ -129,12 +141,36 @@ that don't contain an ext2, ext3, xfs or jfs filesystem (see bug 1604) September 4, 2005 [matt]: Upgrade to findutils-4.2.25 +September 2, 2005 [matt]: The optimization flag for util-linux +comes from configure rather than +MCONFIG, so adjust the sed in order for +the segfault fix to actually work. + +September 2, 2005 [matt]: Avoid the potential race condition +when invoking find to remove GCC's fixed headers. + + +August 30th, 2005 [matt]: Work around a segfault in cfdisk by +compiling with -O instead of the default -O2 optimization setting (fixes bug +1604). + +August 30th, 2005 [matt]: Update the inetutils patch to use the +upstream fix for GCC-4.x compilation problems (fixes bug 1602). + August 30th, 2005 [matt]: Upgrade to shadow-2.0.12 +August 30th, 2005 [ken]: Remove sed -i + commands from gcc-pass2. + August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash and Glibc chapter six builds for consistency +August 23rd, 2005 [matt]: find may fail due +to a race condition when deleting files. Remove the && construct in +chapter05/adjusting.xml so that the rest of the commands for removing fixed +headers will be executed (fixes bug 1621). + August 23rd, 2005 [matt]: Install Udev's documentation relating to configuring rules (fixes bug 1622) @@ -149,9 +185,9 @@ to /bin as they aren't required to be there (fixes bug 1620). August 19th, 2005 [matt]: Upgrade to file-4.15 -August 18th, 2005 [matt]: Refrain from using the undocumented ---print-file switch for GCC's spec file edit. Use -print-file-name=specs -instead (Greg Schafer). +August 18th, 2005 [matt]: Simplify the method for finding where +GCC's default specs file and private include directory live. Additionally, +don't assume the host's sed supports the -i switch. August 18th, 2005 [ken]: Add a patch to sanitise bzgrep's handling of filenames. @@ -163,11 +199,14 @@ handling of filenames. August 16th, 2005 [matt]: Upgraded to linux-2.6.12.5. +August 15th, 2005 [matt]: Alter the GCC -fomit-frame-pointer sed +to protect from multiple invocations (Greg Schafer) + August 14th, 2005 [ken]: Upgrade shadow to 4.0.11.1 with --enable-shadowgrp as advised by Greg Schafer. -August 14th, 2005 [matt]: Add a sed to prevent the UFS test -from being run (fixes bug 1595). +August 14th, 2005 [matt]: Mention the common libmudflap test +failures in GCC (fixes bug 1615). August 14th, 2005 [matt]: Added patch to install documentation for bzip2 (fixes bug 1603). @@ -176,6 +215,9 @@ for bzip2 (fixes bug 1603). August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4. +August 14th, 2005 [matt]: Add sed to chapter05/gcc-pass2 and chapter06/gcc to ensure they get built with -fomit-frame-pointer so it matches the +bootstrap build in chapter05/gcc-pass1 (fixes bug 1609). + August 14th, 2005 [matt]: Upgrade to udev-067 including a fix for the failing test (bug 1611). @@ -207,9 +249,19 @@ the latest modeline vulnerability. July 30th, 2005 [matt]: Added instructions for installing Bash documentation (Randy McMurchy). +July 30th, 2005 [matt]: Remove GCC linkonce patch from chapter03/patches.xml as it's no longer used in the book + July 29th, 2005 [manuel]: Removed the text about defining gvimrc. +July 28th, 2005 [matt]: Add GCC-4 related patch for kbd + +July 28th, 2005 [matt]: Add GCC-4 related patch for inetutils + +July 28th, 2005 [matt]: Remove the note regarding a known test failure in GRUB. The test no longer fails under GCC-4 + +July 28th, 2005 [matt]: Add GCC-4 related patch to chapter06 tar + July 27th, 2005 [matt]: Don't define gvim's configuration file as we don't compile gvim in LFS (Bruce Dubbs). @@ -232,10 +284,46 @@ of previous contributors. July 22nd, 2005 [manuel]: Added obfuscate.sh and modified the Makefile to obfuscate e-mail addresses in XHTML output. +July 21st, 2005 [matt]: Add GCC-4 related patches to chapter06 glibc + +July 21st, 2005 [matt]: Unset the GCC_INCLUDEDIR variable once +it's no longer needed. + July 19th, 2005 [matt]: Removed flex++ from the list of installed files, as it is no longer present (Randy McMurchy) +July 18th, 2005 [matt]: Re-added the explanation of the fixincludes process and rewording where necessary (Chris Staub), and reworded description of the specs patch. + +July 18th, 2005 [matt]: Remove all host headers brought in via the fixincludes process, not just pthread.h and sigaction.h + +July 17th, 2005 [matt]: Slightly adjusted the specs file seds, +to prevent multiple seds from adversely affecting them. + +July 17th, 2005 [matt]: Removed the fixincludes sed from +gcc-pass1 as we may need to fix up host's headers. Also reinstate the +associated removal of pthread.h and sigthread.h. + +July 16th, 2005 [jhuntwork]: Added sed to chapter 5 gcc builds +to force the fixincludes to use the headers in /tools and not the host. + +July 16th, 2005 [jhuntwork]: Removed no_fixincludes and linkonce +patches for gcc4. Also removed the command to remove the fixed pthread.h. + +July 16th, 2005 [jhuntwork]: Fixed adjusting toolchain sed for both +chapters 5 and 6. + July 15th, 2005 [matt]: Updated to Linux-2.6.12.3. +July 15th, 2005 [matt]: Added a patch to enable tar to build +with gcc-4.0.1 + +July 15th, 2005 [matt]: GCC-4.x no longer installs its +specs file by default. Alter the toolchain adjustment stage to first +dump the specs file where GCC will find it, then alter it. + +July 15th, 2005 [matt]: Added patches for chapter 5's Glibc to build with gcc-4.0.1 + +July 15th, 2005 [matt]: Updated to gcc-4.0.1. + July 15th, 2005 [matt]: Updated to udev-063. July 13th, 2005 [matt]: Updated to automake-1.9.6. -- cgit v1.2.3-54-g00ecf