diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2017-01-14 18:23:51 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2017-01-14 18:23:51 +0000 |
commit | 0cba512df7ba2e6aecd9f5db75ad5a846f62c920 (patch) | |
tree | 88893a4dcc71aeba18b035a7618de0f0936e14c0 | |
parent | aae1a5bffa4e574856b0faf6c8646566252cde78 (diff) |
Minor order and text change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11171 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/binutils.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c5ec247e5..d5d9c27f7 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -66,8 +66,8 @@ cd build</userinput></screen> <para>Prepare Binutils for compilation:</para> <screen><userinput remap="configure">../configure --prefix=/usr \ - --enable-shared \ --enable-plugins \ + --enable-shared \ --disable-werror \ --with-system-zlib</userinput></screen> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 896515328..47f96f720 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -71,7 +71,7 @@ cd build</userinput></screen> for instructions on how to build all of GCC's supported languages.</para> <variablelist> - <title>The meaning of the new configure option:</title> + <title>The meaning of the new configure parameters:</title> <varlistentry> <term><envar>SED=sed</envar></term> |