diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-22 14:25:37 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-09-22 14:25:37 +0000 |
commit | 677aef3d513a93c4b1ee3ac1f368860be1dac3b4 (patch) | |
tree | d9fa086cd5b5e1d4cab013938c41af434557513b /chapter06/gcc-inst.xml | |
parent | 3aa9774abc8bd686f384824c4a80dd8fa1be25fc (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 'chapter06/gcc-inst.xml')
-rw-r--r-- | chapter06/gcc-inst.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/gcc-inst.xml b/chapter06/gcc-inst.xml index 4a5c6fc2e..63d6383c4 100644 --- a/chapter06/gcc-inst.xml +++ b/chapter06/gcc-inst.xml @@ -25,9 +25,8 @@ patch -Np1 -i ../gcc-3.3.1-suppress-libiberty.patch</userinput></screen></para> <para>The second patch here suppresses the installation of libiberty from GCC, as we will use the one provided by binutils instead.</para> -<para>GCC's installation documentation recommends to build the package in a -dedicated directory separate from the source tree. Create this build -directory and go there:</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> |