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-pass1-inst.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'chapter05/binutils-pass1-inst.xml') diff --git a/chapter05/binutils-pass1-inst.xml b/chapter05/binutils-pass1-inst.xml index 7aaeb37ca..1d97f1cfe 100644 --- a/chapter05/binutils-pass1-inst.xml +++ b/chapter05/binutils-pass1-inst.xml @@ -17,8 +17,7 @@ cd ../binutils-build Next, prepare Binutils to be compiled: -CFLAGS="-O2 -pipe" \ -    ../binutils-&binutils-version;/configure \ +../binutils-&binutils-version;/configure \     --prefix=/stage1 --disable-nls The meaning of the (new) configure switches are: @@ -32,7 +31,7 @@ statically. Continue with compiling the package: -make tooldir=/stage1 LDFLAGS="-all-static -s" +make tooldir=/stage1 LDFLAGS="-all-static" The meaning of the make option is: -- cgit v1.2.3-54-g00ecf