aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/binutils-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-01-27 22:10:07 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-01-27 22:10:07 +0000
commit7bfad056d62e2e8299cdc834750d87e76199c113 (patch)
tree5de31e6857d416e7884ce935c33e1886431aa56d /chapter06/binutils-inst.xml
parent8f8e328ca649ec166a9f6ba7dc3cee09e2b8cda5 (diff)
QA Part #1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2403 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils-inst.xml')
-rw-r--r--chapter06/binutils-inst.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml
index 4027d7791..79e38c178 100644
--- a/chapter06/binutils-inst.xml
+++ b/chapter06/binutils-inst.xml
@@ -6,11 +6,10 @@
default optimization flags (including the -march and -mcpu options). Binutils
is best left alone. 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. You have
-been warned.</para>
+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. Create the build directory:</para>
+Binutils outside of the source directory:</para>
<para><screen><userinput>mkdir ../binutils-build &amp;&amp;
cd ../binutils-build</userinput></screen></para>