mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +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/install binutils
|
||||||
$SCRIPTS/build gmp
|
$SCRIPTS/build gmp
|
||||||
$SCRIPTS/build mpfr
|
$SCRIPTS/build mpfr
|
||||||
|
$SCRIPTS/build ppl
|
||||||
|
$SCRIPTS/build cloog-ppl
|
||||||
$SCRIPTS/unpack gcc
|
$SCRIPTS/unpack gcc
|
||||||
|
|
||||||
setup_toolchain host
|
setup_toolchain host
|
||||||
@ -21,6 +23,8 @@ cd objdir-$1
|
|||||||
--with-local-prefix=${LIB_PREFIX#$SYSROOT_PREFIX} \
|
--with-local-prefix=${LIB_PREFIX#$SYSROOT_PREFIX} \
|
||||||
--with-gmp=$ROOT/$TOOLCHAIN \
|
--with-gmp=$ROOT/$TOOLCHAIN \
|
||||||
--with-mpfr=$ROOT/$TOOLCHAIN \
|
--with-mpfr=$ROOT/$TOOLCHAIN \
|
||||||
|
--with-ppl=$ROOT/$TOOLCHAIN \
|
||||||
|
--with-cloog=$ROOT/$TOOLCHAIN \
|
||||||
--enable-languages=c \
|
--enable-languages=c \
|
||||||
--disable-libmudflap \
|
--disable-libmudflap \
|
||||||
--disable-libssp \
|
--disable-libssp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user