mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-25 11:46:43 +00:00
kodi: build with GOLD linker
This commit is contained in:
parent
8e797eff17
commit
8b34241e80
@ -219,7 +219,7 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
|
|||||||
-DENABLE_CCACHE=ON \
|
-DENABLE_CCACHE=ON \
|
||||||
-DENABLE_LIRC=ON \
|
-DENABLE_LIRC=ON \
|
||||||
-DENABLE_EVENTCLIENTS=ON \
|
-DENABLE_EVENTCLIENTS=ON \
|
||||||
-DENABLE_LDGOLD=OFF \
|
-DENABLE_LDGOLD=ON \
|
||||||
$KODI_ARCH \
|
$KODI_ARCH \
|
||||||
$KODI_OPENGL \
|
$KODI_OPENGL \
|
||||||
$KODI_OPENGLES \
|
$KODI_OPENGLES \
|
||||||
@ -246,7 +246,6 @@ PKG_CMAKE_OPTS_TARGET="-DNATIVEPREFIX=$TOOLCHAIN \
|
|||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
# kodi should never be built with lto
|
# kodi should never be built with lto
|
||||||
strip_lto
|
strip_lto
|
||||||
strip_gold
|
|
||||||
|
|
||||||
export LIBS="$LIBS -lz -lterminfo"
|
export LIBS="$LIBS -lz -lterminfo"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user