mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
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:
parent
285a48410e
commit
19a1ae94b0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user