aboutsummaryrefslogtreecommitdiffstats
path: root/llvm.mk
diff options
context:
space:
mode:
authorShih-wei Liao <sliao@google.com>2010-06-07 22:54:59 -0700
committerShih-wei Liao <sliao@google.com>2010-06-07 22:54:59 -0700
commit28188e1c4986d9e4985f0f4a8ce268743eb94631 (patch)
tree2ff67a0901ce4c78ce6e579aa90665aba56e4729 /llvm.mk
parentc156bc696311928af01132d159b9e307436779bb (diff)
downloadexternal_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.zip
external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.gz
external_llvm-28188e1c4986d9e4985f0f4a8ce268743eb94631.tar.bz2
Git hiccup. Retry....
Change-Id: I5a329137a43f36bab32ea62386ade11da550c0b0
Diffstat (limited to 'llvm.mk')
-rw-r--r--llvm.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm.mk b/llvm.mk
index d5fe841..10bf06c 100644
--- a/llvm.mk
+++ b/llvm.mk
@@ -1,5 +1,5 @@
# Only use this on the device or emulator.
-ifneq ($(TARGET_ARCH),arm)
+ifeq ($(TARGET_ARCH),arm)
ifeq ($(LLVM_ROOT_PATH),)
$(error Must set variable LLVM_ROOT_PATH before including this! $(LOCAL_PATH))