dropbear:

- dont use linker plugin (gcc bug 42453)
This commit is contained in:
Stephan Raue 2010-06-03 16:47:04 +02:00
parent 782e6ae4ef
commit 7c5c538b75

View File

@ -5,6 +5,10 @@
$SCRIPTS/build toolchain
$SCRIPTS/build zlib
# Suffers from bug 42453 <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42453>.
CFLAGS=`echo $CFLAGS | sed -e "s|-fuse-linker-plugin||"`
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||"`
cd $PKG_BUILD
./configure --host=$TARGET_NAME \