aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/gcc-pass1-inst.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-09-22 14:25:37 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-09-22 14:25:37 +0000
commit677aef3d513a93c4b1ee3ac1f368860be1dac3b4 (patch)
treed9fa086cd5b5e1d4cab013938c41af434557513b /chapter05/gcc-pass1-inst.xml
parent3aa9774abc8bd686f384824c4a80dd8fa1be25fc (diff)
GCC 2.95.3 fixes and other misc. toolchain related textual adjustments.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2861 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gcc-pass1-inst.xml')
-rw-r--r--chapter05/gcc-pass1-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/gcc-pass1-inst.xml b/chapter05/gcc-pass1-inst.xml
index bf38aa96e..dccef7ffd 100644
--- a/chapter05/gcc-pass1-inst.xml
+++ b/chapter05/gcc-pass1-inst.xml
@@ -17,8 +17,8 @@ Therefore, if you have defined any environment variables that override
default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting
or modifying them when building GCC.</para>
-<para>It is recommended by the GCC installation documentation to build
-GCC outside of the source directory in a dedicated directory:</para>
+<para>The GCC documentation recommends building GCC outside of the source
+directory in a dedicated build directory:</para>
<para><screen><userinput>mkdir ../gcc-build
cd ../gcc-build</userinput></screen></para>