mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 15:37:49 +00:00
yasm:
- correctly use of toolchain host
This commit is contained in:
parent
4a001bf9fe
commit
090dc2e511
@ -2,13 +2,9 @@
|
|||||||
|
|
||||||
. config/options
|
. config/options
|
||||||
|
|
||||||
export CC=$HOST_CC
|
setup_toolchain host
|
||||||
export CXX=$HOST_CXX
|
|
||||||
export CFLAGS="$HOST_CFLAGS"
|
|
||||||
export CXXFLAGS="$HOST_CXXFLAGS"
|
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
|
||||||
./configure --prefix=$ROOT/$TOOLCHAIN \
|
./configure --prefix=$ROOT/$TOOLCHAIN \
|
||||||
--disable-debug \
|
--disable-debug \
|
||||||
--disable-warnerror \
|
--disable-warnerror \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user