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/binutils-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/binutils-inst.xml')
-rw-r--r-- | chapter06/binutils-inst.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml index 1afc766e2..9ce7dbb8c 100644 --- a/chapter06/binutils-inst.xml +++ b/chapter06/binutils-inst.xml @@ -12,8 +12,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 Binutils.</para> -<para>It is recommended by the Binutils installation documentation to build -Binutils outside of the source directory:</para> +<para>The Binutils documentation recommends building Binutils outside of the +source directory in a dedicated build directory:</para> <para><screen><userinput>mkdir ../binutils-build cd ../binutils-build</userinput></screen></para> |