mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
yasm: setup host triplet for --build and --host options to configure script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
91f95f9e78
commit
72c71ccfae
@ -25,7 +25,9 @@
|
||||
setup_toolchain host
|
||||
|
||||
cd $PKG_BUILD
|
||||
./configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
./configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-debug \
|
||||
--disable-warnerror \
|
||||
--disable-profiling \
|
||||
|
Loading…
x
Reference in New Issue
Block a user