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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml
index 759fe311b..384c8f455 100644
--- a/chapter05/binutils-pass2-inst.xml
+++ b/chapter05/binutils-pass2-inst.xml
@@ -10,8 +10,8 @@ cd ../binutils-build</userinput></screen></para>
<para>Now prepare Binutils to be compiled:</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><screen><userinput>../binutils-&binutils-version;/configure --prefix=/tools \
+&nbsp;&nbsp;&nbsp;&nbsp;--enable-shared --with-lib-path=/tools/lib</userinput></screen></para>
<para>Before starting to build Binutils, remember to unset any environment
variables that override the default optimization flags.</para>