Changeset da8e9f9
- Timestamp:
- 02/12/2018 05:31:19 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, lazarus, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 30339015
- Parents:
- d1f5294
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/gcc-ada.xml
rd1f5294 rda8e9f9 9 9 <!ENTITY gcc-md5sum "ff370482573133a7fcdd96cd2f552292"> 10 10 <!ENTITY gcc-size "59 MB"> 11 <!ENTITY gcc-ada-buildsize " 8.9 GB (1.5GB added if GNAT install dir is not removed)">12 <!ENTITY gcc-ada-time "5 6SBU (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)"> 13 13 14 14 <!ENTITY gnat-download-http "https://libre.adacore.com/download/"> … … 118 118 temporarily to satisfy the circular dependency. You may point your 119 119 browser to the <ulink url="&gnat-download-http;">AdaCore download 120 page</ulink>, choose your platform and 201 6(64 bit machines) or120 page</ulink>, choose your platform and 2017 (64 bit machines) or 121 121 2014 (32 bit machines), then select the file 122 122 to download. Alternatively, direct links to the 64 bit and 32 bit -
general/prog/gcc.xml
rd1f5294 rda8e9f9 7 7 <!ENTITY gcc-download-http "&gnu-http;/gcc/gcc-&gcc-version;/gcc-&gcc-version;.tar.xz"> 8 8 <!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"> 10 10 <!ENTITY gcc-size "59 MB"> 11 <!ENTITY gcc-buildsize "7. 4GB (with tests)">12 <!ENTITY gcc-time " 60SBU (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)"> 13 13 ]> 14 14 … … 34 34 Collection. This page describes the installation of compilers for the 35 35 following languages: C, C++, Fortran, Objective C, Objective C++, and Go. 36 One additional language s , Adais available in the collection. It has36 One additional language, Ada, is available in the collection. It has 37 37 specific requirements, so it is described in a separate page (<xref 38 38 linkend="gcc-ada"/>). Since C and C++ are installed in LFS, this page is … … 71 71 <systemitem class="username">root</systemitem>): 72 72 <command> 73 /usr/libexec/gcc/x86_64-pc-linux-gnu/ 7.1.0/install-tools/mkheaders73 /usr/libexec/gcc/x86_64-pc-linux-gnu/&gcc-version;/install-tools/mkheaders 74 74 </command>. The machine triplet may be different on a 32bit system. 75 75 </para> -
introduction/welcome/changelog.xml
rd1f5294 rda8e9f9 45 45 <para>February 11th, 2018</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[thomas] - Upgrade to gcc-7.3.0, gcc-ada-7.3.0. Fixes 49 <ulink url="&blfs-ticket-root;10305">#10305</ulink>.</para> 50 </listitem> 47 51 <listitem> 48 52 <para>[bdubbs] - Update to kf5-apps-17.12.2. Fixes -
packages.ent
rd1f5294 rda8e9f9 312 312 <!ENTITY elfutils-version "0.170"> 313 313 <!ENTITY expect-version "5.45.3"> 314 <!ENTITY gcc-version "7. 2.0">314 <!ENTITY gcc-version "7.3.0"> 315 315 <!--<!ENTITY gcc-java-version "7.1.0">--> 316 <!ENTITY gcc-ada-version "7. 2.0">316 <!ENTITY gcc-ada-version "7.3.0"> 317 317 <!ENTITY gc-version "7.6.4"> 318 318 <!ENTITY gdb-version "8.0.1">
Note:
See TracChangeset
for help on using the changeset viewer.