From 6ffe0eb9ca3d642097922299c5be48dfc26c7733 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 30 Mar 2012 21:53:49 +0200 Subject: [PATCH] busybox: remove LTO hack Signed-off-by: Stephan Raue --- packages/sysutils/busybox/build | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/sysutils/busybox/build b/packages/sysutils/busybox/build index de0fef39ff..358a683c87 100755 --- a/packages/sysutils/busybox/build +++ b/packages/sysutils/busybox/build @@ -28,9 +28,6 @@ else BUSYBOX_CFG_FILE=$ROOT/$PKG_DIR/config/$1.conf fi -# busybox fails building with LTO support on gcc-4.6 - strip_lto - # optimize for size CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-Os|"` CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`