Ignore:
Timestamp:
07/29/2015 01:39:07 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.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:
74fe55c
Parents:
b9488cf
Message:

Update to GCC-5.2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc-ada.xml

    rb9488cf r87532434  
    55  %general-entities;
    66
    7   <!ENTITY gcc-download-http     "https://ftp.gnu.org/gnu/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.bz2">
     7  <!ENTITY gcc-download-http     "http://ftpmirror.gnu.org/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            "d5525b1127d07d215960e6051c5da35e">
     9  <!ENTITY gcc-md5sum            "a51bcfeb3da7dd4c623e27207ed43467">
    1010  <!ENTITY gcc-size              "91 MB">
    11   <!ENTITY gcc-ada-buildsize     "6.4 GB (0.7 GB added if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "125 SBU (including 73 SBU for tests)">
     11  <!ENTITY gcc-ada-buildsize     "6.0 GB (0.2 GB added if GNAT install dir is not removed)">
     12  <!ENTITY gcc-ada-time          "119 SBU (including 68 SBU for tests)">
    1313
    1414  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
    15   <!ENTITY gnat-64-download-http "http://mirrors.cdn.adacore.com/art/7427735035ecc98968ebfcee17494161b0de28ef">
    16   <!ENTITY gnat-64-md5sum        "c0863ed75109b5aa737becfd5a6ec038">
    17   <!ENTITY gnat-64-size          "225 MB">
     15  <!ENTITY gnat-64-download-http "http://mirrors.cdn.adacore.com/art/9ed9164f59a40cc295307a85bebd6c38d5da84ba">
     16  <!ENTITY gnat-64-md5sum        "1ab69af79f981b1321f6e989403f5e7d">
     17  <!ENTITY gnat-64-size          "308 MB">
    1818  <!ENTITY gnat-32-download-http "http://mirrors.cdn.adacore.com/art/3fc05fc61cbc7ab4f291ed19ea4cb269fffd17bd">
    1919  <!ENTITY gnat-32-md5sum        "69423c7ad8d9759377d4fff71a78992d">
     
    118118        temporarily to satisfy the circular dependency. You may point your
    119119        browser to the <ulink url="&gnat-download-http;">AdaCore download
    120         page</ulink>, choose your platform and 2014, then select the file
     120        page</ulink>, choose your platform and 2015 (64 bit machines) or
     121        2014 (32 bit machines), then select the file
    121122        to download. Alternatively, direct links to the 64 bit and 32 bit
    122123        linux versions are given below.
     
    155156        </para>
    156157      </listitem>
     158<!--
    157159      <listitem>
    158160        <para>
     
    161163        </para>
    162164      </listitem>
     165-->
    163166    </itemizedlist>
    164167
     
    228231  <sect2 role="installation">
    229232    <title>Installation of GCC Ada</title>
    230 
    231     <para>
    232       As in LFS, fix some problems identified upstream:
    233     </para>
    234 
    235 <screen><userinput>patch -Np1 -i ../gcc-&gcc-version;-upstream_fixes-1.patch</userinput></screen>
    236233
    237234    <para>
     
    506503          <para>
    507504            is the <application>Ada</application> compiler, which performs
    508             compilaton, binding and linking.
     505            compilation, binding and linking.
    509506          </para>
    510507          <indexterm zone="gcc-ada gnatmake">
Note: See TracChangeset for help on using the changeset viewer.