aboutsummaryrefslogtreecommitdiffstats
path: root/chapter01
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2005-09-09 20:34:44 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2005-09-09 20:34:44 +0000
commit2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 (patch)
treee5a6a1882b04b9bf8d427bc3dfa27398b38f3b46 /chapter01
parent98fe721a0601f13d3659b84ef88fd788418491dc (diff)
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
Diffstat (limited to 'chapter01')
-rw-r--r--chapter01/changelog.xml104
1 files changed, 96 insertions, 8 deletions
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.</para>
<itemizedlist>
<listitem><para>&bzip2-bzgrep-patch;</para></listitem>
<listitem><para>&bzip2-docs-patch;</para></listitem>
-<listitem><para>&gcc-linkonce-patch;</para></listitem>
-<listitem><para>&gcc-no_fixincludes-patch;</para></listitem>
<listitem><para>&gcc-specs-patch;</para></listitem>
+<listitem><para>&glibc-gcc4_elf-patch;</para></listitem>
+<listitem><para>&glibc-gcc4_iconvdata-patch;</para></listitem>
+<listitem><para>&glibc-gcc4_mathtest-patch;</para></listitem>
+<listitem><para>&glibc-gcc4_string-patch;</para></listitem>
+<listitem><para>&glibc-gcc4_symbols-patch;</para></listitem>
<listitem><para>&glibc-testfix-patch;</para></listitem>
-<listitem><para>&perl-libc-patch;</para></listitem>
+<listitem><para>&inetutils-gcc4_fixes-patch;</para></listitem>
+<listitem><para>&kbd-gcc4_fixes-patch;</para></listitem>
<listitem><para>&mktemp-tempfile-patch;</para></listitem>
+<listitem><para>&perl-libc-patch;</para></listitem>
+<listitem><para>&tar-gcc4_fix-patch;</para></listitem>
<listitem><para>&util-linux-reiser_crash-patch;</para></listitem>
<listitem><para>&vim-security_fix-patch;</para></listitem>
</itemizedlist>
@@ -118,6 +124,12 @@ First a summary, then a detailed log.</para>
<listitem><para>September 8, 2005 [jhuntwork]: Upgrade to groff-1.19.2</para>
</listitem>
+<listitem><para>September 6, 2005 [ken]: Reworded the glibc text to expect
+test failures.</para></listitem>
+
+<listitem><para>September 5, 2005 [ken]: Add patch to fix some of the math
+tests in glibc.</para></listitem>
+
<listitem><para>September 4, 2005 [matt]: Add patch to stop
<command>cfdisk</command> segfaulting when invoked on devices with partitions
that don't contain an ext2, ext3, xfs or jfs filesystem (see bug 1604)</para>
@@ -129,12 +141,36 @@ that don't contain an ext2, ext3, xfs or jfs filesystem (see bug 1604)</para>
<listitem><para>September 4, 2005 [matt]: Upgrade to findutils-4.2.25</para>
</listitem>
+<listitem><para>September 2, 2005 [matt]: The optimization flag for util-linux
+comes from <filename>configure</filename> rather than
+<filename>MCONFIG</filename>, so adjust the <command>sed</command> in order for
+the segfault fix to actually work.</para></listitem>
+
+<listitem><para>September 2, 2005 [matt]: Avoid the potential race condition
+when invoking <command>find</command> to remove GCC's fixed headers.</para>
+</listitem>
+
+<listitem><para>August 30th, 2005 [matt]: Work around a segfault in cfdisk by
+compiling with -O instead of the default -O2 optimization setting (fixes bug
+1604).</para></listitem>
+
+<listitem><para>August 30th, 2005 [matt]: Update the inetutils patch to use the
+upstream fix for GCC-4.x compilation problems (fixes bug 1602).</para></listitem>
+
<listitem><para>August 30th, 2005 [matt]: Upgrade to shadow-2.0.12</para>
</listitem>
+<listitem><para>August 30th, 2005 [ken]: Remove <command>sed -i</command>
+ commands from gcc-pass2.</para></listitem>
+
<listitem><para>August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash
and Glibc chapter six builds for consistency</para></listitem>
+<listitem><para>August 23rd, 2005 [matt]: <command>find</command> may fail due
+to a race condition when deleting files. Remove the &amp;&amp; construct in
+chapter05/adjusting.xml so that the rest of the commands for removing fixed
+headers will be executed (fixes bug 1621).</para></listitem>
+
<listitem><para>August 23rd, 2005 [matt]: Install Udev's documentation relating
to configuring rules (fixes bug 1622)</para></listitem>
@@ -149,9 +185,9 @@ to /bin as they aren't required to be there (fixes bug 1620).</para></listitem>
<listitem><para>August 19th, 2005 [matt]: Upgrade to file-4.15</para></listitem>
-<listitem><para>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).</para></listitem>
+<listitem><para>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.</para></listitem>
<listitem><para>August 18th, 2005 [ken]: Add a patch to sanitise bzgrep's
handling of filenames.</para></listitem>
@@ -163,11 +199,14 @@ handling of filenames.</para></listitem>
<listitem><para>August 16th, 2005 [matt]: Upgraded to linux-2.6.12.5.</para>
</listitem>
+<listitem><para>August 15th, 2005 [matt]: Alter the GCC -fomit-frame-pointer sed
+to protect from multiple invocations (Greg Schafer)</para></listitem>
+
<listitem><para>August 14th, 2005 [ken]: Upgrade shadow to 4.0.11.1 with
--enable-shadowgrp as advised by Greg Schafer.</para></listitem>
-<listitem><para>August 14th, 2005 [matt]: Add a sed to prevent the UFS test
-from being run (fixes bug 1595).</para></listitem>
+<listitem><para>August 14th, 2005 [matt]: Mention the common libmudflap test
+failures in GCC (fixes bug 1615).</para></listitem>
<listitem><para>August 14th, 2005 [matt]: Added patch to install documentation
for bzip2 (fixes bug 1603).</para>
@@ -176,6 +215,9 @@ for bzip2 (fixes bug 1603).</para>
<listitem><para>August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4.</para>
</listitem>
+<listitem><para>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).</para></listitem>
+
<listitem><para>August 14th, 2005 [matt]: Upgrade to udev-067 including a fix
for the failing test (bug 1611).</para></listitem>
@@ -207,9 +249,19 @@ the latest modeline vulnerability.</para></listitem>
<listitem><para>July 30th, 2005 [matt]: Added instructions for installing Bash
documentation (Randy McMurchy).</para></listitem>
+<listitem><para>July 30th, 2005 [matt]: Remove GCC linkonce patch from chapter03/patches.xml as it's no longer used in the book</para></listitem>
+
<listitem><para>July 29th, 2005 [manuel]: Removed the text about defining
gvimrc.</para></listitem>
+<listitem><para>July 28th, 2005 [matt]: Add GCC-4 related patch for kbd</para></listitem>
+
+<listitem><para>July 28th, 2005 [matt]: Add GCC-4 related patch for inetutils</para></listitem>
+
+<listitem><para>July 28th, 2005 [matt]: Remove the note regarding a known test failure in GRUB. The test no longer fails under GCC-4</para></listitem>
+
+<listitem><para>July 28th, 2005 [matt]: Add GCC-4 related patch to chapter06 tar</para></listitem>
+
<listitem><para>July 27th, 2005 [matt]: Don't define gvim's configuration file
as we don't compile gvim in LFS (Bruce Dubbs).</para></listitem>
@@ -232,10 +284,46 @@ of previous contributors.</para></listitem>
<listitem><para>July 22nd, 2005 [manuel]: Added obfuscate.sh and modified the
Makefile to obfuscate e-mail addresses in XHTML output.</para></listitem>
+<listitem><para>July 21st, 2005 [matt]: Add GCC-4 related patches to chapter06 glibc</para></listitem>
+
+<listitem><para>July 21st, 2005 [matt]: Unset the GCC_INCLUDEDIR variable once
+it's no longer needed.</para></listitem>
+
<listitem><para>July 19th, 2005 [matt]: Removed flex++ from the list of installed files, as it is no longer present (Randy McMurchy)</para></listitem>
+<listitem><para>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.</para></listitem>
+
+<listitem><para>July 18th, 2005 [matt]: Remove all host headers brought in via the fixincludes process, not just pthread.h and sigaction.h</para></listitem>
+
+<listitem><para>July 17th, 2005 [matt]: Slightly adjusted the specs file seds,
+to prevent multiple seds from adversely affecting them.</para></listitem>
+
+<listitem><para>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.</para></listitem>
+
+<listitem><para>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.</para></listitem>
+
+<listitem><para>July 16th, 2005 [jhuntwork]: Removed no_fixincludes and linkonce
+patches for gcc4. Also removed the command to remove the fixed pthread.h.</para></listitem>
+
+<listitem><para>July 16th, 2005 [jhuntwork]: Fixed adjusting toolchain sed for both
+chapters 5 and 6.</para></listitem>
+
<listitem><para>July 15th, 2005 [matt]: Updated to Linux-2.6.12.3.</para></listitem>
+<listitem><para>July 15th, 2005 [matt]: Added a patch to enable tar to build
+with gcc-4.0.1</para></listitem>
+
+<listitem><para>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.</para></listitem>
+
+<listitem><para>July 15th, 2005 [matt]: Added patches for chapter 5's Glibc to build with gcc-4.0.1</para></listitem>
+
+<listitem><para>July 15th, 2005 [matt]: Updated to gcc-4.0.1.</para></listitem>
+
<listitem><para>July 15th, 2005 [matt]: Updated to udev-063.</para></listitem>
<listitem><para>July 13th, 2005 [matt]: Updated to automake-1.9.6.</para></listitem>