aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/binutils-pass2-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/binutils-pass2-inst.xml')
-rw-r--r--chapter05/binutils-pass2-inst.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml
index 9c0db80e6..939e83460 100644
--- a/chapter05/binutils-pass2-inst.xml
+++ b/chapter05/binutils-pass2-inst.xml
@@ -1,7 +1,7 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
-<title>Installation of Binutils</title>
+<title>Re-installation of Binutils</title>
<para>First create a separate build directory again:</para>
@@ -13,11 +13,14 @@ cd ../binutils-build</userinput></screen></para>
<para><screen><userinput>../binutils-&binutils-version;/configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/stage1/lib</userinput></screen></para>
+<para>Before starting to build Binutils, remember to unset any environment
+variables that override the default optimization flags.</para>
+
<para>Compile the package:</para>
<para><screen><userinput>make </userinput></screen></para>
-<para>Test the package (nothing should fail here):</para>
+<para>Test the results (nothing should fail here):</para>
<para><screen><userinput>make check</userinput></screen></para>