diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 04:25:50 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-16 04:25:50 +0000 |
commit | 18b65e2b0aa0a063ed09d4f464d8ab4dc2231898 (patch) | |
tree | 85fa9ffe1ef7dc0beeba8bd06d59221d8ac1c4f4 /chapter05/gcc-pass1-inst.xml | |
parent | cfc98ea513187bd8eee9850809c86cb9e5a3e987 (diff) |
Minor edits.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2824 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 00be02adc..a36310b2a 100644 --- a/chapter05/gcc-pass1-inst.xml +++ b/chapter05/gcc-pass1-inst.xml @@ -32,7 +32,7 @@ cd ../gcc-build</userinput></screen></para> purpose of this switch is to remove <filename>/usr/local/include</filename> from <userinput>gcc</userinput>'s include search path. This is not absolutely essential, but we want to try and minimize the influence from the host system, -so this seems a logical thing to do.</para></listitem> +so this is a sensible thing to do.</para></listitem> <listitem><para><userinput>--enable-shared</userinput>: This switch may seem counter-intuitive at first. But using it allows the building of |