diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-24 14:59:09 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-24 14:59:09 +0000 |
commit | aa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (patch) | |
tree | 8ce19aa4fe3d2266ff28ece6a1f3f53aeac5bf39 /chapter05/gcc-pass1-inst.xml | |
parent | e0050677e5d8d33e767329be8e3efc07b4e86918 (diff) |
First half of fixes for Bug 675 - missing command descriptions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1-inst.xml')
-rw-r--r-- | chapter05/gcc-pass1-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml index dccef7ffd..d0cdf0dc3 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -30,7 +30,7 @@ cd ../gcc-build</userinput></screen></para> --disable-nls --enable-shared \ --enable-languages=c</userinput></screen></para> -<para>The meaning of the new configure options:</para> +<para>The meaning of the configure options:</para> <itemizedlist> <listitem><para><userinput>--with-local-prefix=/tools</userinput>: The |