mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
gcc-final:
- add ppl and cloog-ppl support - add dependencies to gmp and mpfr
This commit is contained in:
parent
a80dd2f471
commit
7e0f34e1fd
@ -4,6 +4,10 @@
|
||||
|
||||
$SCRIPTS/install ccache toolchain
|
||||
$SCRIPTS/install binutils
|
||||
$SCRIPTS/build gmp
|
||||
$SCRIPTS/build mpfr
|
||||
$SCRIPTS/build ppl
|
||||
$SCRIPTS/build cloog-ppl
|
||||
$SCRIPTS/install eglibc toolchain
|
||||
$SCRIPTS/unpack gcc
|
||||
|
||||
@ -20,6 +24,8 @@ cd objdir-$1
|
||||
--with-local-prefix=${LIB_PREFIX#$SYSROOT_PREFIX} \
|
||||
--with-gmp=$ROOT/$TOOLCHAIN \
|
||||
--with-mpfr=$ROOT/$TOOLCHAIN \
|
||||
--with-ppl=$ROOT/$TOOLCHAIN \
|
||||
--with-cloog=$ROOT/$TOOLCHAIN \
|
||||
--enable-languages=${TOOLCHAIN_LANGUAGES} \
|
||||
--disable-__cxa_atexit \
|
||||
--disable-libmudflap \
|
||||
|
Loading…
x
Reference in New Issue
Block a user