|
@@ -32,7 +32,7 @@ statically.</para></listitem>
|
|
|
|
|
|
<para>Continue with compiling the package:</para>
|
|
|
|
|
|
-<para><screen><userinput>make LDFLAGS="-all-static -s"</userinput></screen></para>
|
|
|
+<para><screen><userinput>make tooldir=/stage1 LDFLAGS="-all-static -s"</userinput></screen></para>
|
|
|
|
|
|
<para>The meaning of the make option is:</para>
|
|
|
|
|
@@ -48,10 +48,10 @@ variable.</para></listitem>
|
|
|
|
|
|
<para>And finish off installing the package:</para>
|
|
|
|
|
|
-<para><screen><userinput>make install</userinput></screen></para>
|
|
|
+<para><screen><userinput>make tooldir=/stage1 install</userinput></screen></para>
|
|
|
|
|
|
<para><screen><userinput>make -C ld clean
|
|
|
-make -C ld LIB_PATH=/stage1/lib</userinput></screen></para>
|
|
|
+make -C ld tooldir=/stage1 LIB_PATH=/stage1/lib</userinput></screen></para>
|
|
|
|
|
|
<para>Do not remove the binutils-* directories. We need them again
|
|
|
later on in this chapter.</para>
|