gcc-final: use gnu-as, use gnu-ld

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-27 03:04:52 +01:00
parent 1270e561d0
commit 285a48410e

View File

@ -13,8 +13,6 @@ mkdir -p objdir-$1 && cd objdir-$1
--target=$TARGET_NAME \
--prefix=$ROOT/$TOOLCHAIN \
--with-sysroot=$SYSROOT_PREFIX \
--with-as=$TARGET_AS \
--with-ld=$TARGET_LD \
--with-gmp=$ROOT/$TOOLCHAIN \
--with-mpfr=$ROOT/$TOOLCHAIN \
--with-mpc=$ROOT/$TOOLCHAIN \
@ -22,6 +20,8 @@ mkdir -p objdir-$1 && cd objdir-$1
--with-cloog=$ROOT/$TOOLCHAIN \
--with-libelf=$ROOT/$TOOLCHAIN \
--enable-languages=${TOOLCHAIN_LANGUAGES} \
--with-gnu-as \
--with-gnu-ld \
--enable-__cxa_atexit \
--disable-libada \
--enable-decimal-float \