aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2003-05-11 02:44:11 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2003-05-11 02:44:11 +0000
commite91d8ce6562e58872a291cd110c3f4608b30ce60 (patch)
tree2ac9e0bcb887f323d763e99c111465e35e75978c /chapter06
parent84a7dc232d8d21a757b84cbea5f41292a90344f8 (diff)
removed tooldir=/stage1. It makes the build unpure again
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/adjustingtoolchain.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml
index 7add84c7f..6c49c402d 100644
--- a/chapter06/adjustingtoolchain.xml
+++ b/chapter06/adjustingtoolchain.xml
@@ -3,7 +3,7 @@
<?dbhtml filename="adjustingtoolchain.html" dir="chapter06"?>
<para><screen><userinput>cd binutils-build
-make -C ld tooldir=/stage1 INSTALL=/stage1/bin/install install-data-local
+make -C ld INSTALL=/stage1/bin/install install-data-local
SPECFILE=/stage1/lib/gcc-lib/*/*/specs &&
sed -e 's@/stage1/lib/ld.so.1@/lib/ld.so.1@g' \