Changeset 1a8a995


Ignore:
Timestamp:
03/13/2019 07:57:16 PM (5 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
2f450a9
Parents:
ee1a0f7
Message:

Add an optional dependency to gcc and some text changes

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    ree1a0f7 r1a8a995  
    132132    <bridgehead renderas="sect4">Optional</bridgehead>
    133133    <para role="optional">
    134       <xref linkend="gdb"/> and
    135       <xref linkend="valgrind"/> (for tests)
     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)
    136137    </para>
    137138   
     
    205206      (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
    206207      is known to fail, as well as miscellaneous failures throughout the rest
    207       of the test suite. To run the tests, issue:
     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:
    208210    </para>
    209211
Note: See TracChangeset for help on using the changeset viewer.