mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 21:26:49 +00:00
binutils:
- add ppl and cloog-ppl support
This commit is contained in:
parent
cb9d5266ef
commit
60e745ccb4
@ -6,6 +6,8 @@ $SCRIPTS/install ccache
|
||||
$SCRIPTS/install linux-headers
|
||||
$SCRIPTS/build gmp
|
||||
$SCRIPTS/build mpfr
|
||||
$SCRIPTS/build ppl
|
||||
$SCRIPTS/build cloog-ppl
|
||||
|
||||
if [ $TARGET_ARCH = "x86_64" -o $TARGET_ARCH = "powerpc64" ]; then
|
||||
WITH_64B_BFD="--enable-64-bit-bfd"
|
||||
@ -23,6 +25,8 @@ cd objdir
|
||||
--with-sysroot=$SYSROOT_PREFIX \
|
||||
--with-gmp=$ROOT/$TOOLCHAIN \
|
||||
--with-mpfr=$ROOT/$TOOLCHAIN \
|
||||
--with-ppl=$ROOT/$TOOLCHAIN \
|
||||
--with-cloog=$ROOT/$TOOLCHAIN \
|
||||
--disable-werror \
|
||||
--disable-multilib \
|
||||
$WITH_64B_BFD \
|
||||
|
Loading…
x
Reference in New Issue
Block a user