aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-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/binutils-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/binutils-pass1-inst.xml')
-rw-r--r--chapter05/binutils-pass1-inst.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml
index 1002a5d43..32d8e0008 100644
--- a/chapter05/binutils-pass1-inst.xml
+++ b/chapter05/binutils-pass1-inst.xml
@@ -18,8 +18,8 @@ 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 in a dedicated 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>