diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-28 02:13:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-08-28 02:13:40 +0000 |
commit | 8ab05f269f4601ae90fa7221ac155c25f2bcaeb4 (patch) | |
tree | 837cc23ad219ee4f359f83d86439ccc78167b177 | |
parent | d4407c732c88a9580de29fc1551727e6af4af6a3 (diff) |
Clean up for removal of libmpx*
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11458 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/bison.xml | 3 | ||||
-rw-r--r-- | chapter06/strippingagain.xml | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 662f0ff38..dd415feb9 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -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> diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index f9cb7b5f4..eef553173 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -44,8 +44,7 @@ for LIB in $save_lib; do 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 |