Ignore:
Timestamp:
03/15/2019 02:38:51 AM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
15c1a33
Parents:
e0fa4a5
Message:

Merge to HEAD 21327.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    re0fa4a5 r2535d7fd  
    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         "4ab282f414676496483b3e1793d07862">
     9  <!ENTITY gcc-md5sum         "65b210b4bfe7e060051f799e0f994896">
    1010  <!ENTITY gcc-size           "61 MB">
    11   <!ENTITY gcc-buildsize      "8.5 GB (an additonal 140MB for tests)">
    12   <!ENTITY gcc-time           "29 SBU (with parallelism=4, an additional 106 SBU for tests with parallelism=1)">
     11  <!ENTITY gcc-buildsize      "8.5 GB (an additonal 446MB for tests)">
     12  <!ENTITY gcc-time           "26 SBU (with parallelism=4, an additional 118 SBU for tests with parallelism=1)">
    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 language, Ada, is available in the collection. It has
     36      <!--One additional language, Ada, is available in the collection. It has
    3737      a binary bootstrap requirement for the first installation, so it is
    38       described on a separate page (<xref linkend="gcc-ada"/>), but can be added
     38      described on a separate page (<xref linkend="gcc-ada"/>) but can be added
    3939      here if you are performing a rebuild or upgrade. Since C and C++ are
    4040      installed in LFS, this page is  either for upgrading C and C++, or for
    41       installing additional compilers.
     41      installing additional compilers.-->
    4242    </para>
    4343
     
    130130    </para>
    131131
     132    <bridgehead renderas="sect4">Optional</bridgehead>
     133    <para role="optional">
     134      <xref linkend="gdb"/>,
     135      <xref linkend="valgrind"/> (for tests), and
     136      <ulink url="https://repo.or.cz/isl.git">ISL</ulink> (to enable graphite optimization)
     137    </para>
     138   
    132139    <para condition="html" role="usernotes">
    133140      User Notes: <ulink url="&blfs-wiki;/gcc"/>
     
    197204      the <application>GCC</application> part of the testsuite will run more
    198205      tests than in LFS. Some of those will report FAIL and others XPASS
    199       (pass when expected to FAIL). To run the tests, issue:
     206      (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
     207      is known to fail, as well as miscellaneous failures throughout the rest
     208      of the test suite. If all the compilers below are built, there will be
     209      fewer than 100 failures out of over 330,000 tests.  To run the tests, issue:
    200210    </para>
    201211
     
    275285      been tested by the BLFS developers.
    276286    </para>
    277 
    278     <para>
    279       <option>--with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
     287    <!-- It's been three major versions now, and many years.
     288    Commenting out unless needed somewhere. -renodr
     289    <para>
     290      <option>- -with-default-libstdcxx-abi=gcc4-compatible</option>: Use this
    280291      switch if you are upgrading from a <application>GCC</application>
    281292      version prior to 5.1.0, and you do not want to recompile all the
    282293      libraries written in C++.
    283294    </para>
     295   -->
    284296
    285297    <para>
Note: See TracChangeset for help on using the changeset viewer.