mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
gcc-final: force as/ld paths in configure
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d6924c0db9
commit
a716c727e9
@ -23,6 +23,8 @@ LDFLAGS="-Wl,-rpath,$ROOT/$TOOLCHAIN/lib" \
|
||||
--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 \
|
||||
|
Loading…
x
Reference in New Issue
Block a user