diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-10 23:29:43 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-10 23:29:43 +0000 |
commit | a5b2aa952edbfaf52eada536e7a8fe7d8de30bba (patch) | |
tree | bf9745d1c8235b1f8877c8f7f5fb2e388ddd463f /chapter05/binutils-pass1-inst.xml | |
parent | b2d4656229fd2aa088bb1b10a889419cf9cd807c (diff) |
add tooldir=/stage1 to binutils install and fix bug in ch6-adjustingtoolchain
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2551 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/binutils-pass1-inst.xml')
-rw-r--r-- | chapter05/binutils-pass1-inst.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 53a59fb7b..7aaeb37ca 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -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> |