Ignore:
Timestamp:
09/09/2005 08:34:44 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
80d66d1
Parents:
98fe721
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r98fe721 r2e02c35  
    9090<listitem><para>&bzip2-bzgrep-patch;</para></listitem>
    9191<listitem><para>&bzip2-docs-patch;</para></listitem>
    92 <listitem><para>&gcc-linkonce-patch;</para></listitem>
    93 <listitem><para>&gcc-no_fixincludes-patch;</para></listitem>
    9492<listitem><para>&gcc-specs-patch;</para></listitem>
     93<listitem><para>&glibc-gcc4_elf-patch;</para></listitem>
     94<listitem><para>&glibc-gcc4_iconvdata-patch;</para></listitem>
     95<listitem><para>&glibc-gcc4_mathtest-patch;</para></listitem>
     96<listitem><para>&glibc-gcc4_string-patch;</para></listitem>
     97<listitem><para>&glibc-gcc4_symbols-patch;</para></listitem>
    9598<listitem><para>&glibc-testfix-patch;</para></listitem>
     99<listitem><para>&inetutils-gcc4_fixes-patch;</para></listitem>
     100<listitem><para>&kbd-gcc4_fixes-patch;</para></listitem>
     101<listitem><para>&mktemp-tempfile-patch;</para></listitem>
    96102<listitem><para>&perl-libc-patch;</para></listitem>
    97 <listitem><para>&mktemp-tempfile-patch;</para></listitem>
     103<listitem><para>&tar-gcc4_fix-patch;</para></listitem>
    98104<listitem><para>&util-linux-reiser_crash-patch;</para></listitem>
    99105<listitem><para>&vim-security_fix-patch;</para></listitem>
     
    119125</listitem>
    120126
     127<listitem><para>September 6, 2005 [ken]: Reworded the glibc text to expect
     128test failures.</para></listitem>
     129 
     130<listitem><para>September 5, 2005 [ken]: Add patch to fix some of the math
     131tests in glibc.</para></listitem>
     132
    121133<listitem><para>September 4, 2005 [matt]: Add patch to stop
    122134<command>cfdisk</command> segfaulting when invoked on devices with partitions
     
    130142</listitem>
    131143
     144<listitem><para>September 2, 2005 [matt]: The optimization flag for util-linux
     145comes from <filename>configure</filename> rather than
     146<filename>MCONFIG</filename>, so adjust the <command>sed</command> in order for
     147the segfault fix to actually work.</para></listitem>
     148
     149<listitem><para>September 2, 2005 [matt]: Avoid the potential race condition
     150when invoking <command>find</command> to remove GCC's fixed headers.</para>
     151</listitem>
     152
     153<listitem><para>August 30th, 2005 [matt]: Work around a segfault in cfdisk by
     154compiling with -O instead of the default -O2 optimization setting (fixes bug
     1551604).</para></listitem>
     156
     157<listitem><para>August 30th, 2005 [matt]: Update the inetutils patch to use the
     158upstream fix for GCC-4.x compilation problems (fixes bug 1602).</para></listitem>
     159
    132160<listitem><para>August 30th, 2005 [matt]: Upgrade to shadow-2.0.12</para>
    133161</listitem>
     162
     163<listitem><para>August 30th, 2005 [ken]: Remove <command>sed -i</command>
     164 commands from gcc-pass2.</para></listitem>
    134165
    135166<listitem><para>August 28th, 2005 [jhuntwork]: Adjusted tar commands in Bash
    136167and Glibc chapter six builds for consistency</para></listitem>
    137168
     169<listitem><para>August 23rd, 2005 [matt]: <command>find</command> may fail due
     170to a race condition when deleting files.  Remove the &amp;&amp; construct in
     171chapter05/adjusting.xml so that the rest of the commands for removing fixed
     172headers will be executed (fixes bug 1621).</para></listitem>
     173
    138174<listitem><para>August 23rd, 2005 [matt]: Install Udev's documentation relating
    139175to configuring rules (fixes bug 1622)</para></listitem>
     
    150186<listitem><para>August 19th, 2005 [matt]: Upgrade to file-4.15</para></listitem>
    151187
    152 <listitem><para>August 18th, 2005 [matt]: Refrain from using the undocumented
    153 --print-file switch for GCC's spec file edit.  Use -print-file-name=specs
    154 instead (Greg Schafer).</para></listitem>
     188<listitem><para>August 18th, 2005 [matt]: Simplify the method for finding where
     189GCC's default specs file and private include directory live.  Additionally,
     190don't assume the host's sed supports the -i switch.</para></listitem>
    155191
    156192<listitem><para>August 18th, 2005 [ken]: Add a patch to sanitise bzgrep's
     
    164200</listitem>
    165201
     202<listitem><para>August 15th, 2005 [matt]: Alter the GCC -fomit-frame-pointer sed
     203to protect from multiple invocations (Greg Schafer)</para></listitem>
     204
    166205<listitem><para>August 14th, 2005 [ken]: Upgrade shadow to 4.0.11.1 with
    167206--enable-shadowgrp as advised by Greg Schafer.</para></listitem>
    168207
    169 <listitem><para>August 14th, 2005 [matt]: Add a sed to prevent the UFS test
    170 from being run (fixes bug 1595).</para></listitem>
     208<listitem><para>August 14th, 2005 [matt]: Mention the common libmudflap test
     209failures in GCC (fixes bug 1615).</para></listitem>
    171210
    172211<listitem><para>August 14th, 2005 [matt]: Added patch to install documentation
     
    176215<listitem><para>August 14th, 2005 [matt]: Upgrade to linux-2.6.12.4.</para>
    177216</listitem>
     217
     218<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
     219bootstrap build in chapter05/gcc-pass1 (fixes bug 1609).</para></listitem>
    178220
    179221<listitem><para>August 14th, 2005 [matt]: Upgrade to udev-067 including a fix
     
    208250documentation (Randy McMurchy).</para></listitem>
    209251
     252<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>
     253
    210254<listitem><para>July  29th, 2005 [manuel]: Removed the text about defining
    211255gvimrc.</para></listitem>
     256
     257<listitem><para>July 28th, 2005 [matt]: Add GCC-4 related patch for kbd</para></listitem>
     258
     259<listitem><para>July 28th, 2005 [matt]: Add GCC-4 related patch for inetutils</para></listitem>
     260
     261<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>
     262
     263<listitem><para>July 28th, 2005 [matt]: Add GCC-4 related patch to chapter06 tar</para></listitem>
    212264
    213265<listitem><para>July  27th, 2005 [matt]: Don't define gvim's configuration file
     
    233285Makefile to obfuscate e-mail addresses in XHTML output.</para></listitem>
    234286
     287<listitem><para>July 21st, 2005 [matt]: Add GCC-4 related patches to chapter06 glibc</para></listitem>
     288
     289<listitem><para>July 21st, 2005 [matt]: Unset the GCC_INCLUDEDIR variable once
     290it's no longer needed.</para></listitem>
     291
    235292<listitem><para>July  19th, 2005 [matt]: Removed flex++ from the list of installed files, as it is no longer present (Randy McMurchy)</para></listitem>
    236293
     294<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>
     295
     296<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>
     297
     298<listitem><para>July 17th, 2005 [matt]: Slightly adjusted the specs file seds,
     299to prevent multiple seds from adversely affecting them.</para></listitem>
     300
     301<listitem><para>July 17th, 2005 [matt]: Removed the fixincludes sed from
     302gcc-pass1 as we may need to fix up host's headers.  Also reinstate the
     303associated removal of pthread.h and sigthread.h.</para></listitem>
     304
     305<listitem><para>July  16th, 2005 [jhuntwork]: Added sed to chapter 5 gcc builds
     306to force the fixincludes to use the headers in /tools and not the host.</para></listitem>
     307
     308<listitem><para>July  16th, 2005 [jhuntwork]: Removed no_fixincludes and linkonce
     309patches for gcc4. Also removed the command to remove the fixed pthread.h.</para></listitem>
     310
     311<listitem><para>July  16th, 2005 [jhuntwork]: Fixed adjusting toolchain sed for both
     312chapters 5 and 6.</para></listitem>
     313
    237314<listitem><para>July  15th, 2005 [matt]: Updated to Linux-2.6.12.3.</para></listitem>
     315
     316<listitem><para>July  15th, 2005 [matt]: Added a patch to enable tar to build
     317with gcc-4.0.1</para></listitem>
     318
     319<listitem><para>July  15th, 2005 [matt]: GCC-4.x no longer installs its
     320specs file by default.  Alter the toolchain adjustment stage to first
     321dump the specs file where GCC will find it, then alter it.</para></listitem>
     322
     323<listitem><para>July  15th, 2005 [matt]: Added patches for chapter 5's Glibc to build with gcc-4.0.1</para></listitem>
     324
     325<listitem><para>July  15th, 2005 [matt]: Updated to gcc-4.0.1.</para></listitem>
    238326
    239327<listitem><para>July  15th, 2005 [matt]: Updated to udev-063.</para></listitem>
Note: See TracChangeset for help on using the changeset viewer.