Browse Source

Clean up for removal of libmpx*

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs 7 years ago
parent
commit
8ab05f269f
2 changed files with 3 additions and 3 deletions
  1. 2 1
      chapter06/bison.xml
  2. 1 2
      chapter06/strippingagain.xml

+ 2 - 1
chapter06/bison.xml

@@ -56,7 +56,8 @@
 
 
     <para>There is a circular dependency between bison and flex with regard to
     <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
     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>
     <para>Install the package:</para>
 
 

+ 1 - 2
chapter06/strippingagain.xml

@@ -44,8 +44,7 @@ for LIB in $save_lib; do
 done    
 done    
 
 
 save_usrlib="libquadmath.so.&libquadmath-version; libstdc++.so.&libstdcpp-version;
 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
 cd /usr/lib