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.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml
index f12db20a4..87ca80ec6 100644
--- a/chapter05/binutils-pass2-inst.xml
+++ b/chapter05/binutils-pass2-inst.xml
@@ -8,12 +8,12 @@ mkdir ../binutils-build
cd ../binutils-build
../binutils-&binutils-version;/configure --prefix=/stage1 \
    --enable-shared --with-lib-path=/stage1/lib
-make tooldir=/stage1
-make tooldir=/stage1 check
-make tooldir=/stage1 install</userinput></screen></para>
+make
+make check
+make install</userinput></screen></para>
<para><screen><userinput>make -C ld clean
-make -C ld tooldir=/stage1 LIB_PATH=/usr/lib:/lib</userinput></screen></para>
+make -C ld LIB_PATH=/usr/lib:/lib</userinput></screen></para>
<para>Do not remove the binutils-* directories after the installation.
We'll need this directory again in chapter 6 as-is.</para>