From bb2d0a206f323bd329d04c5f0868330caf70d80e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 23 Jun 2010 10:33:22 +0200 Subject: [PATCH] busybox-initramfs: remove references to disable gold linker Signed-off-by: Stephan Raue --- packages/sysutils/busybox-initramfs/build | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/sysutils/busybox-initramfs/build b/packages/sysutils/busybox-initramfs/build index 23b96416df..cc74e55f1a 100755 --- a/packages/sysutils/busybox-initramfs/build +++ b/packages/sysutils/busybox-initramfs/build @@ -5,10 +5,6 @@ $SCRIPTS/build toolchain $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` if [ -f $PROJECT_DIR/$PROJECT/busybox/$1.conf ]; then