aboutsummaryrefslogtreecommitdiffstats
path: root/llvm-host-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r--llvm-host-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index 2a3bb53..ca2f258 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -1,5 +1,5 @@
# Only use this on the device or emulator.
-ifneq ($(TARGET_ARCH),arm)
+ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS := \
-D_GNU_SOURCE \