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