mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
Merge branch 'openelec-next' of github.com:OpenELEC/OpenELEC.tv into openelec-eden
This commit is contained in:
commit
3c96ecc2c4
@ -38,6 +38,7 @@ fi
|
|||||||
|
|
||||||
if [ "$LTO_SUPPORT" = yes ];then
|
if [ "$LTO_SUPPORT" = yes ];then
|
||||||
GCC_OPTIM="$GCC_OPTIM -flto"
|
GCC_OPTIM="$GCC_OPTIM -flto"
|
||||||
|
LD_OPTIM="$LD_OPTIM -flto"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$GOLD_SUPPORT" = yes ];then
|
if [ "$GOLD_SUPPORT" = yes ];then
|
||||||
@ -57,7 +58,7 @@ fi
|
|||||||
TARGET_CPPFLAGS=
|
TARGET_CPPFLAGS=
|
||||||
TARGET_CFLAGS="$TARGET_CFLAGS -Wall -pipe $GCC_OPTIM $PROJECT_CFLAGS"
|
TARGET_CFLAGS="$TARGET_CFLAGS -Wall -pipe $GCC_OPTIM $PROJECT_CFLAGS"
|
||||||
TARGET_CXXFLAGS="$TARGET_CFLAGS"
|
TARGET_CXXFLAGS="$TARGET_CFLAGS"
|
||||||
TARGET_LDFLAGS="$TARGET_LDFLAGS $GCC_OPTIM $LD_OPTIM"
|
TARGET_LDFLAGS="$TARGET_LDFLAGS $LD_OPTIM"
|
||||||
TARGET_LIBDIR="$SYSROOT_PREFIX/lib $SYSROOT_PREFIX/usr/lib"
|
TARGET_LIBDIR="$SYSROOT_PREFIX/lib $SYSROOT_PREFIX/usr/lib"
|
||||||
TARGET_INCDIR="$SYSROOT_PREFIX/include $SYSROOT_PREFIX/usr/include"
|
TARGET_INCDIR="$SYSROOT_PREFIX/include $SYSROOT_PREFIX/usr/include"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user