mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
gcc-final:
- add LTO support - enable __cxa_atexit - enable decimal-float support
This commit is contained in:
parent
5084cdf8f6
commit
81fb1ffeae
@ -31,7 +31,10 @@ LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
|
|||||||
--with-cloog=$ROOT/$TOOLCHAIN \
|
--with-cloog=$ROOT/$TOOLCHAIN \
|
||||||
--with-libelf=$ROOT/$TOOLCHAIN \
|
--with-libelf=$ROOT/$TOOLCHAIN \
|
||||||
--enable-languages=${TOOLCHAIN_LANGUAGES} \
|
--enable-languages=${TOOLCHAIN_LANGUAGES} \
|
||||||
--disable-__cxa_atexit \
|
--enable-__cxa_atexit \
|
||||||
|
--enable-lto \
|
||||||
|
--disable-libada \
|
||||||
|
--enable-decimal-float \
|
||||||
--disable-libmudflap \
|
--disable-libmudflap \
|
||||||
--disable-libssp \
|
--disable-libssp \
|
||||||
--disable-multilib \
|
--disable-multilib \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user