Ignore:
Timestamp:
11/25/2014 11:48:22 PM (10 years ago)
Author:
Christopher Gregory <cjg@…>
Branches:
systemd-13485
Children:
5f82c5dc
Parents:
e7eec80
Message:

Merged gcc and imagemagic updates from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15008 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    re7eec80 r65336f2  
    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
     
    187190  <sect2 role="commands">
    188191    <title>Command Explanations</title>
    189 
     192<!--
    190193    <para>
    191194      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
     
    193196      segmentation faults in some cases.
    194197    </para>
     198-->
    195199
    196200    <para>
     
    277281          libgo.{so,a}, libgobegin.a, libobjc.{so,a}, and numerous other
    278282          run-time libraries and executables in <filename class="directory">
    279           /usr/lib/gcc</filename> and <filename class="directory">
    280           /usr/libexec/gcc</filename>
     283          /usr/lib/gcc</filename>, <filename class="directory">
     284          /usr/libexec/gcc</filename>, and <filename class="directory">
     285          /usr/lib/go</filename>
    281286        </seg>
    282287        <seg>
Note: See TracChangeset for help on using the changeset viewer.