From a5b2aa952edbfaf52eada536e7a8fe7d8de30bba Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 10 May 2003 23:29:43 +0000 Subject: 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 --- chapter06/adjustingtoolchain.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter06') diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index 78de9e897..7add84c7f 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -3,12 +3,11 @@ cd binutils-build -make -C ld INSTALL=/stage1/bin/install install-data-local -SPECFILE=/stage1/lib/gcc-lib/*/*/specs -sed -e 's@/lib/ld.so.1@/stage1/lib/ld.so.1@g' \ -    -e -'s@/lib/ld-linux.so.2@/stage1/lib/ld-linux.so.2@g' \ -    $SPECFILE > XX +make -C ld tooldir=/stage1 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' \ +    -e 's@/stage1/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' $SPECFILE > XX mv XX $SPECFILE unset SPECFILE -- cgit v1.2.3-54-g00ecf