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