busybox-initramfs: 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:33:22 +02:00
parent 488838b05a
commit bb2d0a206f

View File

@ -5,10 +5,6 @@
$SCRIPTS/build toolchain $SCRIPTS/build toolchain
$SCRIPTS/unpack busybox $SCRIPTS/unpack busybox
# 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