Changeset 9562b375 for general


Ignore:
Timestamp:
05/06/2017 07:10:54 PM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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:
20e6c995
Parents:
299a107
Message:

GCC-7.1.0; archive gcc-java, since
it is not anymore in the GCC sources

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

Location:
general/prog
Files:
3 edited

Legend:

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

    r299a107 r9562b375  
    77  <!ENTITY gcc-download-http     "http://ftpmirror.gnu.org/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.bz2">
    88  <!ENTITY gcc-download-ftp      "ftp://ftp.gnu.org/gnu/gcc/gcc-&gcc-ada-version;/gcc-&gcc-ada-version;.tar.bz2">
    9   <!ENTITY gcc-md5sum            "677a7623c7ef6ab99881bc4e048debb6">
    10   <!ENTITY gcc-size              "95 MB">
    11   <!ENTITY gcc-ada-buildsize     "7.8 GB (1.1 GB added if GNAT install dir is not removed)">
    12   <!ENTITY gcc-ada-time          "56 SBU (with tests and parallelism=4)">
     9  <!ENTITY gcc-md5sum            "6bf56a2bca9dac9dbbf8e8d1036964a8">
     10  <!ENTITY gcc-size              "80 MB">
     11  <!ENTITY gcc-ada-buildsize     "6.4 GB (1.7 GB added if GNAT install dir is not removed)">
     12  <!ENTITY gcc-ada-time          "58 SBU (with tests and parallelism=4)">
    1313
    1414  <!ENTITY gnat-download-http    "https://libre.adacore.com/download/">
  • general/prog/gcc.xml

    r299a107 r9562b375  
    77  <!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         "677a7623c7ef6ab99881bc4e048debb6">
    10   <!ENTITY gcc-size           "95 MB">
    11   <!ENTITY gcc-buildsize      "7.7 GB (with tests)">
    12   <!ENTITY gcc-time           "58 SBU (with tests and parallelism=4)">
     9  <!ENTITY gcc-md5sum         "6bf56a2bca9dac9dbbf8e8d1036964a8">
     10  <!ENTITY gcc-size           "80 MB">
     11  <!ENTITY gcc-buildsize      "7.4 GB (with tests)">
     12  <!ENTITY gcc-time           "61 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       Two additional languages , Ada and Java are available in the collection.
    37       They have specific requirements, so they are described in separate pages
    38       (<xref linkend="gcc-ada"/> and <xref linkend="gcc-java"/>). Since C and
    39       C++ are installed in LFS, this page is either for upgrading C and C++,
    40       or for installing additional compilers.
     36      One additional languages , Ada is available in the collection. It has
     37      specific requirements, so it is described in a separate page (<xref
     38      linkend="gcc-ada"/>). Since C and C++ are installed in LFS, this page is
     39      either for upgrading C and C++, or for installing additional compilers.
    4140    </para>
    4241
     
    260259      <parameter>--enable-languages=c,c++,fortran,go,objc,obj-c++</parameter>:
    261260      This command identifies which languages to build. You may modify
    262       this command to remove undesired languages.
     261      this command to remove undesired languages. Two other languages can be
     262      added, besides ADA, which is described on a separate page: BRIG, a binary
     263      format for HSAIL (Heterogeneous System Architecture Intermediate
     264      Language), and JIT, a library which can be linked into interpreters that
     265      want to generate machine code <quote>on the fly</quote> at run-time. They
     266      have not been tested by the BLFS developpers.
    263267    </para>
    264268
     
    281285
    282286    <para>
    283       <command>../contrib/test_summary</command>: This
    284       command will produce a summary of the test suite results. You can append
    285       <command>| grep -A7 Summ</command> to the command to produce an even more
    286       condensed version of the summary. You may also wish to redirect the output
     287      <command>../contrib/test_summary</command>: This command will produce
     288      a summary of the test suite results. You can append <command>| grep
     289      -A7 Summ</command> to the command to produce an even more condensed
     290      version of the summary. You may also wish to redirect the output
    287291      to a file for review and comparison later on.
    288292    </para>
     
    328332        <seg>
    329333          libgfortran.{so,a},
    330           libgo.{so,a}, libgobegin.a, libgolibbegin.a, libnetgo.a,
     334          libgo.{so,a}, libgobegin.a, libgolibbegin.a,
    331335          libobjc.{so,a}, and numerous other run-time libraries and executables
    332336        </seg>
  • general/prog/prog.xml

    r299a107 r9562b375  
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="expect.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc.xml"/>
    38   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-java.xml"/>
     38<!--  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-java.xml"/>-->
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-ada.xml"/>
    4040  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gc.xml"/>
Note: See TracChangeset for help on using the changeset viewer.