mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
binutils: add default lib search path
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
683141a856
commit
27cf007f5b
@ -40,6 +40,7 @@ mkdir -p objdir && cd objdir
|
||||
--target=$TARGET_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--with-sysroot=$SYSROOT_PREFIX \
|
||||
--with-lib-path="$SYSROOT_PREFIX/lib:$SYSROOT_PREFIX/usr/lib" \
|
||||
--with-gmp=$ROOT/$TOOLCHAIN \
|
||||
--with-mpfr=$ROOT/$TOOLCHAIN \
|
||||
--with-ppl=$ROOT/$TOOLCHAIN \
|
||||
|
Loading…
x
Reference in New Issue
Block a user