mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
gcc-core:
- add LTO support - disable build of libada - disable __cxa_atexit
This commit is contained in:
parent
ac68f73f56
commit
5084cdf8f6
@ -30,6 +30,9 @@ LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
|
||||
--with-cloog=$ROOT/$TOOLCHAIN \
|
||||
--with-libelf=$ROOT/$TOOLCHAIN \
|
||||
--enable-languages=c \
|
||||
--disable-__cxa_atexit \
|
||||
--enable-lto \
|
||||
--disable-libada \
|
||||
--disable-libmudflap \
|
||||
--disable-libssp \
|
||||
--disable-libgomp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user