From b6bde882a4342e761df5d04bc31795026260afd5 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 3 Jun 2010 16:50:48 +0200 Subject: [PATCH] bash: - enable LTO support, now it works --- packages/sysutils/bash/build | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/sysutils/bash/build b/packages/sysutils/bash/build index c31ed9973c..ea240a44b0 100755 --- a/packages/sysutils/bash/build +++ b/packages/sysutils/bash/build @@ -4,11 +4,6 @@ $SCRIPTS/build toolchain -# bash fails to compile with GCC 4.5.0's link time optimization. - CFLAGS=`echo $CFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||" -e "s|-fwhole-program||"` - CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||" -e "s|-fwhole-program||"` - LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||" -e "s|-fwhole-program||"` - cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \