mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
llvm: rename ARCH variable to LLVM_ARCH, because its already used
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
ffb99d72b4
commit
d343ba9e88
@ -26,9 +26,9 @@
|
||||
strip_lto
|
||||
|
||||
if [ "$TARGET_ARCH" = i386 ]; then
|
||||
ARCH=x86
|
||||
LLVM_ARCH=x86
|
||||
elif [ "$TARGET_ARCH" = x86_64 ]; then
|
||||
ARCH=x86_64
|
||||
LLVM_ARCH=x86_64
|
||||
fi
|
||||
|
||||
LLVM_DIR=`ls -d $BUILD/llvm-[0-9]*`
|
||||
@ -56,7 +56,7 @@ mkdir -p .build-target && cd .build-target
|
||||
--enable-shared \
|
||||
--enable-embed-stdcxx \
|
||||
--enable-timestamps \
|
||||
--enable-targets=$ARCH \
|
||||
--enable-targets=$LLVM_ARCH \
|
||||
|
||||
TBLGEN="$ROOT/$TOOLCHAIN/bin/tblgen" \
|
||||
TCLSH="$ROOT/$TOOLCHAIN/bin/tclsh" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user