diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-30 02:18:40 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2013-12-30 02:18:40 +0000 |
commit | 2bd8de0c6de586c8226adf13b8286d96b666c191 (patch) | |
tree | 3b75c25cdaf3c0ef032026e0e261b1b601ffeb8e /chapter06 | |
parent | 5f360c1ac6ddbb4020c328a9d8d411b494b26db4 (diff) |
Sync gcc options and explanations
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10434 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c4b5aa52e..76f9b8b4d 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -87,15 +87,15 @@ cd ../gcc-build</userinput></screen> <variablelist> <title>The meaning of the new configure option:</title> - +<!-- <varlistentry> - <term><parameter>--disable-install-libiberty</parameter></term> + <term><parameter>- -disable-install-libiberty</parameter></term> <listitem> <para>This prevents GCC from installing its own copy of libiberty, which is already provided by Binutils-&binutils-version;.</para> </listitem> </varlistentry> - +--> <varlistentry> <term><parameter>--with-system-zlib</parameter></term> <listitem> |