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-ada.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-ada-buildsize     "4.8 GB (0.7 GB added if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "133 SBU">
     11  <!ENTITY gcc-ada-buildsize     "5.1 GB (0.7 GB added if GNAT install dir is not removed)">
     12  <!ENTITY gcc-ada-time          "114 SBU (including 72 SBU for tests)">
    1313
    1414  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
     
    123123        </para>
    124124      </listitem>
    125       <listitem>
     125<!--      <listitem>
    126126        <para>
    127127          Required patch:
    128128          <ulink url="&patch-root;/gcc-&gcc-version;-upstream_fixes-1.patch"/>
    129129        </para>
    130       </listitem>
     130      </listitem>-->
    131131    </itemizedlist>
    132132
     
    186186  <sect2 role="installation">
    187187    <title>Installation of GCC Ada</title>
    188 
     188<!--
    189189    <para>As in LFS, fix a problem identified upstream:</para>
    190190
    191191<screen><userinput>sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
     192-->
    192193
    193194    <para>Install <application>GCC Ada</application> by running the
    194195    following commands:</para>
    195196
    196 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &amp;&amp;
    197 mkdir ../gcc-build &amp;&amp;
     197<screen><userinput><!--
     198patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch &amp;&amp;
     199-->mkdir ../gcc-build &amp;&amp;
    198200cd    ../gcc-build &amp;&amp;
    199201
     
    244246  <sect2 role="commands">
    245247    <title>Command Explanations</title>
    246 
     248<!--
    247249    <para>
    248250      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
     
    250252      segmentation faults in some cases.
    251253    </para>
     254-->
    252255
    253256    <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
Note: See TracChangeset for help on using the changeset viewer.