binutils:

- remove reference to powerpc build
This commit is contained in:
Stephan Raue 2010-06-14 01:30:39 +02:00
parent f73b83afb4
commit 7b8b9bfe9b

View File

@ -10,7 +10,7 @@ $SCRIPTS/build ppl
$SCRIPTS/build cloog-ppl $SCRIPTS/build cloog-ppl
$SCRIPTS/build libelf $SCRIPTS/build libelf
if [ $TARGET_ARCH = "x86_64" -o $TARGET_ARCH = "powerpc64" ]; then if [ $TARGET_ARCH = "x86_64" ]; then
WITH_64B_BFD="--enable-64-bit-bfd" WITH_64B_BFD="--enable-64-bit-bfd"
fi fi
@ -36,6 +36,7 @@ cd objdir
--disable-multilib \ --disable-multilib \
$WITH_64B_BFD \ $WITH_64B_BFD \
--disable-nls --disable-nls
make configure-host make configure-host
make make