Ignore:
Timestamp:
11/03/2014 09:34:24 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
79f2e89f
Parents:
2df2be4b
Message:

Update to gcc-4.9.2

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14836 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r2df2be4b r533200f  
    77  <!ENTITY gcc-download-http  "http://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    88  <!ENTITY gcc-download-ftp   "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
    9   <!ENTITY gcc-md5sum         "fddf71348546af523353bd43d34919c1">
     9  <!ENTITY gcc-md5sum         "4df8ee253b7f3863ad0b86359cd39c43">
    1010  <!ENTITY gcc-size           "86 MB">
    11   <!ENTITY gcc-buildsize      "5.1 GB">
    12   <!ENTITY gcc-time           "145 SBU">
     11  <!ENTITY gcc-buildsize      "5.2 GB">
     12  <!ENTITY gcc-time           "138 SBU (including 95 SBU for tests)">
    1313]>
    1414
     
    7777      </listitem>
    7878    </itemizedlist>
    79 
     79<!--
    8080    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8181    <itemizedlist spacing="compact">
     
    8787      </listitem>
    8888    </itemizedlist>
     89-->
    8990
    9091    <bridgehead renderas="sect3">GCC Dependencies</bridgehead>
     
    127128    bootstrap anyways, add <parameter>--disable-bootstrap</parameter> to the
    128129    <command>./configure</command> options below.</para>
    129 
     130<!--
    130131    <para>As in LFS, fix a problem identified upstream:</para>
    131132
    132133<screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
     134-->
    133135
    134136    <para>Install <application>GCC</application> by running the
    135137    following commands:</para>
    136138
    137 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch    &amp;&amp;
    138 mkdir ../gcc-build                                   &amp;&amp;
     139<screen><userinput><!--
     140patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch    &amp;&amp;
     141-->mkdir ../gcc-build                                   &amp;&amp;
    139142cd    ../gcc-build                                   &amp;&amp;
    140143
     
    192195  <sect2 role="commands">
    193196    <title>Command Explanations</title>
    194 
     197<!--
    195198    <para>
    196199      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
     
    198201      segmentation faults in some cases.
    199202    </para>
     203-->
    200204
    201205    <para>
     
    292296          libgo.{so,a}, libgobegin.a, libobjc.{so,a}, and numerous other
    293297          run-time libraries and executables in <filename class="directory">
    294           /usr/lib/gcc</filename> and <filename class="directory">
    295           /usr/libexec/gcc</filename>
     298          /usr/lib/gcc</filename>, <filename class="directory">
     299          /usr/libexec/gcc</filename>, and <filename class="directory">
     300          /usr/lib/go</filename>
    296301        </seg>
    297302        <seg>
Note: See TracChangeset for help on using the changeset viewer.