mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
gcc-core:
- add ppl and cloog-ppl support
This commit is contained in:
parent
60e745ccb4
commit
a80dd2f471
@ -6,6 +6,8 @@ $SCRIPTS/install ccache
|
||||
$SCRIPTS/install binutils
|
||||
$SCRIPTS/build gmp
|
||||
$SCRIPTS/build mpfr
|
||||
$SCRIPTS/build ppl
|
||||
$SCRIPTS/build cloog-ppl
|
||||
$SCRIPTS/unpack gcc
|
||||
|
||||
setup_toolchain host
|
||||
@ -21,6 +23,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=c \
|
||||
--disable-libmudflap \
|
||||
--disable-libssp \
|
||||
|
Loading…
x
Reference in New Issue
Block a user