diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-15 16:12:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2019-07-15 16:12:03 +0000 |
commit | 474de8b1ab52ad52d8c305a2879f273e213b4602 (patch) | |
tree | 6f4f597d31f8ddd52a445228a16cf21053d89a2d /chapter06 | |
parent | 94801bff921e33662a5b40be5b09519fcf9ad6cd (diff) |
Update bc option descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11641 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bc.xml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 154ed5c8f..f78bd270e 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -100,10 +100,17 @@ ln -sfv libncursesw.so.6 /usr/lib/libncurses.so</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>-G -O3</parameter></term> + <term><parameter>-O3</parameter></term> <listitem> - <para>These parameters specify the optimization to use. Debug symbols - will be retained.</para> + <para>Specify the optimization to use.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term><parameter>-G</parameter></term> + <listitem> + <para>Omit parts of the test suite that won't work + without a GNU bc present.</para> </listitem> </varlistentry> </variablelist> |