mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
llvm-host: 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
7009c504fc
commit
4fc2cd3c65
@ -43,7 +43,9 @@ cd ..
|
|||||||
|
|
||||||
mkdir -p .build-host && cd .build-host
|
mkdir -p .build-host && cd .build-host
|
||||||
|
|
||||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
../configure --host=$HOST_NAME \
|
||||||
|
--build=$HOST_NAME \
|
||||||
|
--prefix=$ROOT/$TOOLCHAIN \
|
||||||
--enable-polly \
|
--enable-polly \
|
||||||
--enable-optimized \
|
--enable-optimized \
|
||||||
--disable-profiling \
|
--disable-profiling \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user