diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:28:14 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-05 22:28:14 +0000 |
commit | 6ab77404e3e14abd6e184a0e4dcd3222566e4acb (patch) | |
tree | b722f09f055888ddd06906200692f3e44d60edf4 /chapter06/binutils-inst.xml | |
parent | 83be14171b07158d5422b51bf844eb4a5f8981e5 (diff) |
fixed gcc installation instructions - no bootstrap, no /usr/lib/cpp symlink, fixed patch filename
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/binutils-inst.xml')
-rw-r--r-- | chapter06/binutils-inst.xml | 6 |
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> |