mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
gcc-final:
- add ppl and cloog-ppl support - add dependencies to gmp and mpfr
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user