diff options
Diffstat (limited to 'llvm-device-build.mk')
-rw-r--r-- | llvm-device-build.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm-device-build.mk b/llvm-device-build.mk index 80d1f61..17532a0 100644 --- a/llvm-device-build.mk +++ b/llvm-device-build.mk @@ -1,6 +1,3 @@ -# Only use this on the device or emulator. -ifeq ($(TARGET_ARCH),arm) - LOCAL_CFLAGS := \ -D_GNU_SOURCE \ -D__STDC_LIMIT_MACROS \ @@ -62,5 +59,3 @@ $(hide) $(TBLGEN) \ -gen-$(strip $(1)) \ -o $@ $< endef - -endif |