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.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk
index e8fd066..afe6b4c 100644
--- a/llvm-host-build.mk
+++ b/llvm-host-build.mk
@@ -1,5 +1,3 @@
-LOCAL_CLANG := true
-
LOCAL_CFLAGS := \
-D_GNU_SOURCE \
-D__STDC_LIMIT_MACROS \
@@ -9,7 +7,6 @@ LOCAL_CFLAGS := \
-W \
-Wno-unused-parameter \
-Wwrite-strings \
- -Dsprintf=sprintf \
$(LOCAL_CFLAGS)
ifeq ($(LLVM_ENABLE_ASSERTION),true)