busybox: remove references to disable gold linker

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-06-23 10:32:54 +02:00
parent e449d8c6ac
commit 488838b05a

View File

@ -6,10 +6,6 @@ $SCRIPTS/build toolchain
$SCRIPTS/unpack busybox $SCRIPTS/unpack busybox
$SCRIPTS/build Linux-PAM $SCRIPTS/build Linux-PAM
# busybox fails to compile using the gold linker
CFLAGS=`echo $CFLAGS | sed -e "s|-fuse-linker-plugin||" -e "s|-fuse-ld=gold||"`
LDFLAGS=`echo $LDFLAGS | sed -e "s|-fuse-linker-plugin||" -e "s|-fuse-ld=gold||"`
PKG_DIR=`find $PACKAGES -type d -name $1` PKG_DIR=`find $PACKAGES -type d -name $1`
if [ -f $PROJECT_DIR/$PROJECT/busybox/$1.conf ]; then if [ -f $PROJECT_DIR/$PROJECT/busybox/$1.conf ]; then