mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
gcc-final: use gnu-as, use gnu-ld
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1270e561d0
commit
285a48410e
@ -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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user