Changeset 9771941


Ignore:
Timestamp:
10/29/2011 08:09:32 PM (13 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, 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:
5094344a
Parents:
869b0f1a
Message:

Upgrade to GCC-4.6.2. Fixes #2951.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9657 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r869b0f1a r9771941  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[matthew] - Upgrade to GCC-4.6.2. Fixes
     44          <ulink url="&lfs-ticket-root;2951">#2951</ulink>.</para>
     45        </listitem>
     46        <listitem>
    4347          <para>[matthew] - Upgrade to Util-Linux-2.20.1. Fixes
    4448          <ulink url="&lfs-ticket-root;2947">#2947</ulink>.</para>
  • chapter01/whatsnew.xml

    r869b0f1a r9771941  
    8080      <para>Gawk &gawk-version;</para>
    8181    </listitem>-->
    82     <!--<listitem>
     82    <listitem>
    8383      <para>GCC &gcc-version;</para>
    84     </listitem>-->
     84    </listitem>
    8585    <!--<listitem>
    8686      <para>GDBM &gdbm-version;</para>
     
    235235  </itemizedlist>-->
    236236
    237   <!--<itemizedlist>
     237  <itemizedlist>
    238238    <title>Removed:</title>
    239239
    240240    <listitem>
    241       <para>PLACEHOLDER</para>
    242     </listitem>
    243 
    244   </itemizedlist>-->
     241      <para>gcc-4.6.1-locale-1.patch</para>
     242    </listitem>
     243
     244  </itemizedlist>
    245245
    246246</sect1>
  • chapter03/patches.xml

    r869b0f1a r9771941  
    9999    </varlistentry>
    100100
    101     <varlistentry>
    102       <term>GCC Locale Patch - <token>&gcc-locale-patch-size;</token>:</term>
    103       <listitem>
    104         <para>Download: <ulink url="&patches-root;&gcc-locale-patch;"/></para>
    105         <para>MD5 sum: <literal>&gcc-locale-patch-md5;</literal></para>
    106       </listitem>
    107     </varlistentry>
    108 
    109101<!--
    110102    <varlistentry>
  • chapter06/gcc.xml

    r869b0f1a r9771941  
    6666
    6767<screen><userinput remap="pre">sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in</userinput></screen>
    68 
    69     <para>Finally, apply a patch that corrects the test code for locale changes
    70     that were made in glibc-2.14 and later.</para>
    71 
    72 <screen><userinput remap="pre">patch -Np1 -i ../gcc-4.6.1-locale-1.patch</userinput></screen>
    7368
    7469    <para>The GCC documentation recommends building GCC outside of the source
  • packages.ent

    r869b0f1a r9771941  
    171171<!ENTITY gawk-ch6-sbu "0.2 SBU">
    172172
    173 <!ENTITY gcc-version "4.6.1">
    174 <!ENTITY gcc-size "70,009 KB">
     173<!ENTITY gcc-version "4.6.2">
     174<!ENTITY gcc-size "70,308 KB">
    175175<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    176 <!ENTITY gcc-md5 "c57a9170c677bf795bdc04ed796ca491">
     176<!ENTITY gcc-md5 "028115c4fbfb6cfd75d6369f4a90d87e">
    177177<!ENTITY gcc-home "http://gcc.gnu.org/">
    178178<!ENTITY gcc-ch5p1-du "1.2 GB">
  • patches.ent

    r869b0f1a r9771941  
    3939<!ENTITY gcc-startfiles-patch-md5 "799ef1971350d2e3c794f2123f247cc6">
    4040<!ENTITY gcc-startfiles-patch-size "1.5 KB">
    41 
    42 <!ENTITY gcc-locale-patch "gcc-&gcc-version;-locale-1.patch">
    43 <!ENTITY gcc-locale-patch-md5 "406572f979f480be1450eb88eea08caa">
    44 <!ENTITY gcc-locale-patch-size "4 KB">
    4541
    4642<!ENTITY glibc-fixes-patch "glibc-&glibc-version;-fixes-1.patch">
Note: See TracChangeset for help on using the changeset viewer.