mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
busybox: remove LTO hack
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
fa7ca72c83
commit
6ffe0eb9ca
@ -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|"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user