gcc-core: use gnu-as, use gnu-ld, do an full build and install

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-27 03:05:18 +01:00
parent 285a48410e
commit 19a1ae94b0

View File

@ -16,14 +16,14 @@ 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 \
--with-ppl=$ROOT/$TOOLCHAIN \
--with-cloog=$ROOT/$TOOLCHAIN \
--with-libelf=$ROOT/$TOOLCHAIN \
--with-gnu-as \
--with-gnu-ld \
--enable-languages=c \
--disable-__cxa_atexit \
--disable-libada \
@ -41,6 +41,5 @@ mkdir -p objdir-$1 && cd objdir-$1
--disable-decimal-float \
--disable-nls
make all-gcc all-target-libgcc
make install-gcc install-target-libgcc
make
make install