diff options
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> |