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-ada.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-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
     
    249251  <sect2 role="commands">
    250252    <title>Command Explanations</title>
    251 
     253<!--
    252254    <para>
    253255      <command>patch ... gcc-&gcc-version;-upstream_fixes-1.patch</command>:
     
    255257      segmentation faults in some cases.
    256258    </para>
     259-->
    257260
    258261    <para><command>mkdir ../gcc-build; cd ../gcc-build</command>: The
Note: See TracChangeset for help on using the changeset viewer.