mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
glib: enable LTO support, build issue seems fixed with gcc-4.7.1
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
39dd3f8919
commit
2b0ca40995
@ -26,10 +26,6 @@ if [ "$ICONV" = "libiconv" ]; then
|
|||||||
CONFIG_GLIB="--with-libiconv"
|
CONFIG_GLIB="--with-libiconv"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Fails to compile with GCC link time optimization, outputing the error:
|
|
||||||
# "mem-overflow.c:137:1: sorry, unimplemented: gimple bytecode streams do not support the optimization attribute".
|
|
||||||
strip_lto
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
mkdir -p .build-target && cd .build-target
|
mkdir -p .build-target && cd .build-target
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user