aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-08-21 10:48:17 -0700
committerChih-Hung Hsieh <chh@google.com>2015-08-21 10:48:17 -0700
commite2fc85b9fdc8d0f62cd399c669eb54c861259fa3 (patch)
tree650840b790fba1e3bb30622edb293d31abd0b8da
parent52e1abf764ab52296be9f6b288f7773c50f4ae1b (diff)
downloadtremolo-e2fc85b9fdc8d0f62cd399c669eb54c861259fa3.tar.gz
Enable clang integrated assembler except the arm target.
Only the arm assembly code has trouble with clang/llvm. Change-Id: I77b2396fff1f644e90a2d77da50c9a0458572fc3
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3a0e54b..5d77c71 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,7 +25,7 @@ LOCAL_SRC_FILES += \
LOCAL_CFLAGS += \
-D_ARM_ASSEM_
# Assembly code in asm_arm.h does not compile with Clang.
-LOCAL_CLANG_ASFLAGS += \
+LOCAL_CLANG_ASFLAGS_arm += \
-no-integrated-as
else
LOCAL_CFLAGS += \