mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07: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:
@@ -43,7 +43,9 @@ cd ..
|
||||
|
||||
mkdir -p .build-host && cd .build-host
|
||||
|
||||
../configure --prefix=$ROOT/$TOOLCHAIN \
|
||||
../configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--enable-polly \
|
||||
--enable-optimized \
|
||||
--disable-profiling \
|
||||
|
||||
Reference in New Issue
Block a user