From 84a7dc232d8d21a757b84cbea5f41292a90344f8 Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 10 May 2003 23:48:26 +0000 Subject: removed all non-essential CFLAGS and LDFLAGS git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2552 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/binutils-pass2-inst.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/binutils-pass2-inst.xml') diff --git a/chapter05/binutils-pass2-inst.xml b/chapter05/binutils-pass2-inst.xml index 22eadeceb..f12db20a4 100644 --- a/chapter05/binutils-pass2-inst.xml +++ b/chapter05/binutils-pass2-inst.xml @@ -6,9 +6,9 @@ patch -Np1 -i ../binutils-&binutils-version;-lib-path.patch mkdir ../binutils-build cd ../binutils-build -CFLAGS="-O2 -pipe" ../binutils-&binutils-version;/configure --prefix=/stage1 \ +../binutils-&binutils-version;/configure --prefix=/stage1 \     --enable-shared --with-lib-path=/stage1/lib -make tooldir=/stage1 LDFLAGS="-s" +make tooldir=/stage1 make tooldir=/stage1 check make tooldir=/stage1 install -- cgit v1.2.3-54-g00ecf