Changeset 238d351


Ignore:
Timestamp:
10/31/2014 04:27:24 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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.7, 7.8, 7.9, 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:
6379f69
Parents:
48a987b
Message:

Update to gcc-4.9.2

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

Files:
9 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r48a987b r238d351  
    3737-->
    3838    <listitem>
     39      <para>2014-10-31</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Update to gcc-4.9.2. Fixes
     43          <ulink url="&lfs-ticket-root;3702">#3702</ulink>.</para>
     44        </listitem>
     45      </itemizedlist>
     46    </listitem>
     47
     48    <listitem>
    3949      <para>2014-10-30</para>
    4050      <itemizedlist>
  • chapter01/whatsnew.xml

    r48a987b r238d351  
    8787      <para>Gawk &gawk-version;</para>
    8888    </listitem>-->
    89     <!--<listitem>
     89    <listitem>
    9090      <para>GCC &gcc-version;</para>
    91     </listitem>-->
     91    </listitem>
    9292    <!--<listitem>
    9393      <para>GDBM &gdbm-version;</para>
     
    269269
    270270    <listitem>
     271      <para>gcc-4.9.1-upstream_fixes-1.patch</para>
     272    </listitem>
     273
     274    <listitem>
    271275      <para>readline-6.3-upstream_fixes-2.patch</para>
    272276    </listitem>
  • chapter03/patches.xml

    r48a987b r238d351  
    8484    </varlistentry>
    8585-->
    86 
     86<!--
    8787    <varlistentry>
    8888      <term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term>
     
    9292      </listitem>
    9393    </varlistentry>
    94 
     94-->
    9595    <varlistentry>
    9696      <term>Glibc FHS Patch - <token>&glibc-fhs-patch-size;</token>:</term>
  • chapter05/gcc-pass1.xml

    r48a987b r238d351  
    105105
    106106<screen><userinput remap="pre">sed -i '/k prot/agcc_cv_libc_provides_ssp=yes' gcc/configure</userinput></screen>
    107 
     107<!--
    108108    <para>Also fix a problem identified upstream:</para>
    109109
    110110<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    111 
     111-->
    112112    <para>The GCC documentation recommends building GCC outside of the
    113113    source directory in a dedicated build directory:</para>
  • chapter05/gcc-pass2.xml

    r48a987b r238d351  
    9595tar -xf ../mpc-&mpc-version;.tar.gz
    9696mv -v mpc-&mpc-version; mpc</userinput></screen>
    97 
     97<!--
    9898    <para>As in the first build of GCC, fix a problem identified upstream:</para>
    9999
    100100<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
    101 
     101-->
    102102    <para>Create a separate build directory again:</para>
    103103
  • chapter06/gcc.xml

    r48a987b r238d351  
    4141  <sect2 role="installation">
    4242    <title>Installation of GCC</title>
    43 
     43<!--
    4444    <para>As in Chapter 5, fix a problem identified upstream:</para>
    4545
     
    5151
    5252<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>
    53 
     53-->
    5454    <para>The GCC documentation recommends building GCC outside of the source
    5555    directory in a dedicated build directory:</para>
  • general.ent

    r48a987b r238d351  
    1 <!ENTITY version         "SVN-20141030">
     1<!ENTITY version         "SVN-20141031">
    22<!ENTITY short-version   "svn">  <!-- Used in dbus chapter, change to x.y for release -->
    3 <!ENTITY releasedate     "October 30, 2014">
     3<!ENTITY releasedate     "October 31, 2014">
    44<!ENTITY copyrightdate   "1999-2014"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone       "7.7">
  • packages.ent

    r48a987b r238d351  
    201201<!ENTITY gawk-ch6-sbu "0.3 SBU">
    202202
    203 <!ENTITY gcc-version "4.9.1">
    204 <!ENTITY gcc-size "87,749 KB">
     203<!ENTITY gcc-version "4.9.2">
     204<!ENTITY gcc-size "87,832 KB">
    205205<!ENTITY gcc-url "&gnu;gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    206 <!ENTITY gcc-md5 "fddf71348546af523353bd43d34919c1">
     206<!ENTITY gcc-md5 "4df8ee253b7f3863ad0b86359cd39c43">
    207207<!ENTITY gcc-home "http://gcc.gnu.org/">
    208208<!ENTITY gcc-ch5p1-du "2.0 GB">
  • patches.ent

    r48a987b r238d351  
    3838-->
    3939
     40<!--
    4041<!ENTITY gcc-upstream-patch "gcc-&gcc-version;-upstream_fixes-1.patch">
    4142<!ENTITY gcc-upstream-patch-md5 "015e026dff5052cd65906ee0bb8f25e8">
    4243<!ENTITY gcc-upstream-patch-size "8.6 KB">
     44-->
    4345
    4446<!ENTITY glibc-fhs-patch "glibc-&glibc-version;-fhs-1.patch">
Note: See TracChangeset for help on using the changeset viewer.