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 --- chapter05/binutils-pass2-inst.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'chapter05/binutils-pass2-inst.xml') diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 77b464c17..22eadeceb 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -8,13 +8,12 @@ mkdir ../binutils-build cd ../binutils-build CFLAGS="-O2 -pipe" ../binutils-&binutils-version;/configure --prefix=/stage1 \     --enable-shared --with-lib-path=/stage1/lib -make LDFLAGS="-s" -make check -make install +make tooldir=/stage1 LDFLAGS="-s" +make tooldir=/stage1 check +make tooldir=/stage1 install -cd ld -make clean -make LIB_PATH=/usr/lib:/lib +make -C ld clean +make -C ld tooldir=/stage1 LIB_PATH=/usr/lib:/lib Do not remove the binutils-* directories after the installation. We'll need this directory again in chapter 6 as-is. -- cgit v1.2.3-54-g00ecf