- remove lto/gold hack
This commit is contained in:
Stephan Raue 2010-06-16 15:17:48 +02:00
parent 625a4b9969
commit f1ba167073

View File

@ -4,11 +4,6 @@
$SCRIPTS/build toolchain
# Fails to compile with GCC's link time optimization.
CFLAGS=`echo $CFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
CXXFLAGS=`echo $CXXFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
LDFLAGS=`echo $LDFLAGS | sed -e "s|-flto||" -e "s|-fuse-linker-plugin||"`
cd $PKG_BUILD
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \