Author: bdubbs
Date: Wed Mar 13 12:57:16 2019
New Revision: 21319

Log:
Add an optional dependency to gcc and some text changes

Modified:
   trunk/BOOK/general/prog/gcc.xml

Modified: trunk/BOOK/general/prog/gcc.xml
==============================================================================
--- trunk/BOOK/general/prog/gcc.xml     Wed Mar 13 11:35:45 2019        (r21318)
+++ trunk/BOOK/general/prog/gcc.xml     Wed Mar 13 12:57:16 2019        (r21319)
@@ -131,8 +131,9 @@
 
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-      <xref linkend="gdb"/> and
-      <xref linkend="valgrind"/> (for tests)
+      <xref linkend="gdb"/>,
+      <xref linkend="valgrind"/> (for tests), and
+      <ulink url="https://repo.or.cz/isl.git";>ISL</ulink> (to enable graphite 
optimization)
     </para>
     
     <para condition="html" role="usernotes">
@@ -204,7 +205,8 @@
       tests than in LFS. Some of those will report FAIL and others XPASS
       (pass when expected to FAIL). As of gcc-8.3.0, the -flto suite
       is known to fail, as well as miscellaneous failures throughout the rest
-      of the test suite. To run the tests, issue:
+      of the test suite. If all the compilers below are built, there will be
+      fewer than 100 failures out of over 330,000 tests.  To run the tests, 
issue:
     </para>
 
 <screen><userinput>ulimit -s 32768 &amp;&amp;
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to