binutils:

- add ppl and cloog-ppl support
This commit is contained in:
Stephan Raue 2010-02-20 18:22:32 +01:00
parent cb9d5266ef
commit 60e745ccb4

View File

@ -6,6 +6,8 @@ $SCRIPTS/install ccache
$SCRIPTS/install linux-headers $SCRIPTS/install linux-headers
$SCRIPTS/build gmp $SCRIPTS/build gmp
$SCRIPTS/build mpfr $SCRIPTS/build mpfr
$SCRIPTS/build ppl
$SCRIPTS/build cloog-ppl
if [ $TARGET_ARCH = "x86_64" -o $TARGET_ARCH = "powerpc64" ]; then if [ $TARGET_ARCH = "x86_64" -o $TARGET_ARCH = "powerpc64" ]; then
WITH_64B_BFD="--enable-64-bit-bfd" WITH_64B_BFD="--enable-64-bit-bfd"
@ -23,6 +25,8 @@ cd objdir
--with-sysroot=$SYSROOT_PREFIX \ --with-sysroot=$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 \
--disable-werror \ --disable-werror \
--disable-multilib \ --disable-multilib \
$WITH_64B_BFD \ $WITH_64B_BFD \