aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/binutils-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/binutils-inst.xml')
-rw-r--r--chapter06/binutils-inst.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/binutils-inst.xml b/chapter06/binutils-inst.xml
index f9c329061..588caee4b 100644
--- a/chapter06/binutils-inst.xml
+++ b/chapter06/binutils-inst.xml
@@ -23,9 +23,9 @@ cd ../binutils-build</userinput></screen></para>
<para>Continue with compiling the package:</para>
-<para><screen><userinput>make LDFLAGS="-s"</userinput></screen></para>
+<para><screen><userinput>make tooldir=/usr LDFLAGS="-s"</userinput></screen></para>
-<para><screen><userinput>make -k check</userinput></screen></para>
+<para><screen><userinput>make check</userinput></screen></para>
<para>Normally, the <emphasis>tooldir</emphasis> (the directory where the
executables end up) is set to $(exec_prefix)/$(target_alias) which expands
@@ -37,7 +37,7 @@ executed on Apple PowerPC machines).</para>
<para>Install the package:</para>
-<para><screen><userinput>make install</userinput></screen></para>
+<para><screen><userinput>make tooldir=/usr install</userinput></screen></para>
<para><screen><userinput>rm /usr/lib/libiberty.a</userinput></screen></para>