Author: bdubbs
Date: Mon Aug 27 19:13:40 2018
New Revision: 11458

Log:
Clean up for removal of libmpx*

Modified:
   trunk/BOOK/chapter06/bison.xml
   trunk/BOOK/chapter06/strippingagain.xml

Modified: trunk/BOOK/chapter06/bison.xml
==============================================================================
--- trunk/BOOK/chapter06/bison.xml      Sat Aug 25 08:47:13 2018        (r11457)
+++ trunk/BOOK/chapter06/bison.xml      Mon Aug 27 19:13:40 2018        (r11458)
@@ -56,7 +56,8 @@
 
     <para>There is a circular dependency between bison and flex with regard to
     the checks.  If desired, after installing flex in the next section, the
-    bison checks can be run with <command>make check</command>.</para>
+    bison can be rebuilt and the bison checks can be run with 
+    <command>make check</command>.</para>
 
     <para>Install the package:</para>
 

Modified: trunk/BOOK/chapter06/strippingagain.xml
==============================================================================
--- trunk/BOOK/chapter06/strippingagain.xml     Sat Aug 25 08:47:13 2018        
(r11457)
+++ trunk/BOOK/chapter06/strippingagain.xml     Mon Aug 27 19:13:40 2018        
(r11458)
@@ -44,8 +44,7 @@
 done    
 
 save_usrlib="libquadmath.so.&libquadmath-version; 
libstdc++.so.&libstdcpp-version;
-             libmpx.so.&libmpx-version; libmpxwrappers.so.&libmpxwrap-version; 
libitm.so.&libitm-version;
-             libatomic.so.&libatomic-version;" <!-- 
libcilkrts.so.&libcilkrts-version;-->
+             libitm.so.&libitm-version; libatomic.so.&libatomic-version;" <!-- 
libcilkrts.so.&libcilkrts-version;-->
 
 cd /usr/lib
 
-- 
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