Author: xry111
Date: Wed May  8 00:10:42 2019
New Revision: 11594

Log:
Remove useless option in GCC (pass 1 and final)

In GCC 9.1 release libmpx has been removed.  So --disable-libmpx is no
longer needed.

Modified:
   trunk/BOOK/chapter05/gcc-pass1.xml
   trunk/BOOK/chapter06/gcc.xml

Modified: trunk/BOOK/chapter05/gcc-pass1.xml
==============================================================================
--- trunk/BOOK/chapter05/gcc-pass1.xml  Tue May  7 03:53:08 2019        (r11593)
+++ trunk/BOOK/chapter05/gcc-pass1.xml  Wed May  8 00:10:42 2019        (r11594)
@@ -144,7 +144,6 @@
     --disable-threads                              \
     --disable-libatomic                            \
     --disable-libgomp                              \
-    --disable-libmpx                               \
     --disable-libquadmath                          \
     --disable-libssp                               \
     --disable-libvtv                               \

Modified: trunk/BOOK/chapter06/gcc.xml
==============================================================================
--- trunk/BOOK/chapter06/gcc.xml        Tue May  7 03:53:08 2019        (r11593)
+++ trunk/BOOK/chapter06/gcc.xml        Wed May  8 00:10:42 2019        (r11594)
@@ -63,7 +63,6 @@
              --enable-languages=c,c++ \
              --disable-multilib       \
              --disable-bootstrap      \
-             --disable-libmpx         \
              --with-system-zlib</userinput></screen>
 
     <para>Note that for other languages, there are some prerequisites that
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to