Changeset da8e9f9 for general/prog


Ignore:
Timestamp:
02/12/2018 05:31:19 AM (6 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
30339015
Parents:
d1f5294
Message:

Upgrade to gcc-7.3.0, gcc-ada-7.3.0

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

Location:
general/prog
Files:
2 edited

Legend:

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

    rd1f5294 rda8e9f9  
    99  <!ENTITY gcc-md5sum            "ff370482573133a7fcdd96cd2f552292">
    1010  <!ENTITY gcc-size              "59 MB">
    11   <!ENTITY gcc-ada-buildsize     "8.9 GB (1.5 GB added if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "56 SBU (with tests and parallelism=4)">
     11  <!ENTITY gcc-ada-buildsize     "6.6 GB (1.6 GB added if GNAT install dir is not removed)">
     12  <!ENTITY gcc-ada-time          "51 SBU (with tests and parallelism=4)">
    1313
    1414  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
     
    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 2016 (64 bit machines) or
     120        page</ulink>, choose your platform and 2017 (64 bit machines) or
    121121        2014 (32 bit machines), then select the file
    122122        to download. Alternatively, direct links to the 64 bit and 32 bit
  • general/prog/gcc.xml

    rd1f5294 rda8e9f9  
    77  <!ENTITY gcc-download-http  "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    88  <!ENTITY gcc-download-ftp   "&gnu-ftp;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz">
    9   <!ENTITY gcc-md5sum         "ff370482573133a7fcdd96cd2f552292">
     9  <!ENTITY gcc-md5sum         "be2da21680f27624f3a87055c4ba5af2">
    1010  <!ENTITY gcc-size           "59 MB">
    11   <!ENTITY gcc-buildsize      "7.4 GB (with tests)">
    12   <!ENTITY gcc-time           "60 SBU (with tests and parallelism=4)">
     11  <!ENTITY gcc-buildsize      "7.6 GB (with tests)">
     12  <!ENTITY gcc-time           "55 SBU (with tests and parallelism=4)">
    1313]>
    1414
     
    3434      Collection. This page describes the installation of compilers for the
    3535      following languages: C, C++, Fortran, Objective C, Objective C++, and Go.
    36       One additional languages , Ada is available in the collection. It has
     36      One additional language, Ada, is available in the collection. It has
    3737      specific requirements, so it is described in a separate page (<xref
    3838      linkend="gcc-ada"/>). Since C and C++ are installed in LFS, this page is
     
    7171        <systemitem class="username">root</systemitem>):
    7272        <command>
    73          /usr/libexec/gcc/x86_64-pc-linux-gnu/7.1.0/install-tools/mkheaders
     73         /usr/libexec/gcc/x86_64-pc-linux-gnu/&gcc-version;/install-tools/mkheaders
    7474        </command>. The machine triplet may be different on a 32bit system.
    7575      </para>
Note: See TracChangeset for help on using the changeset viewer.