busybox-initramfs: forcing build with -Os

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-07-12 00:53:52 +02:00
parent 1280a5483b
commit 94365f1a9e

View File

@ -31,8 +31,8 @@ else
fi
# optimize for size
# CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-Os|"`
# CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`
CFLAGS=`echo $CFLAGS | sed -e "s|-Ofast|-Os|"`
CFLAGS=`echo $CFLAGS | sed -e "s|-O.|-Os|"`
# fails to build with gcc-4.6.1
strip_lto