busybox-initramfs: remove LTO hack

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-03-30 21:57:57 +02:00
parent ad6df3d9a1
commit 3ce4cccbee

View File

@ -30,9 +30,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|"`