aboutsummaryrefslogtreecommitdiff
path: root/toolchains/mipsel-linux-android-clang3.1/setup.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchains/mipsel-linux-android-clang3.1/setup.mk')
-rw-r--r--toolchains/mipsel-linux-android-clang3.1/setup.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/toolchains/mipsel-linux-android-clang3.1/setup.mk b/toolchains/mipsel-linux-android-clang3.1/setup.mk
index b61b38c08..56115c561 100644
--- a/toolchains/mipsel-linux-android-clang3.1/setup.mk
+++ b/toolchains/mipsel-linux-android-clang3.1/setup.mk
@@ -56,11 +56,13 @@ TARGET_CFLAGS := \
-finline-functions \
-ffunction-sections \
-funwind-tables \
- -fmessage-length=0
+ -fmessage-length=0 \
+ -no-canonical-prefixes
TARGET_LDFLAGS := \
-gcc-toolchain $(call host-path,$(TOOLCHAIN_PREBUILT_ROOT)) \
- -target $(LLVM_TRIPLE)
+ -target $(LLVM_TRIPLE) \
+ -no-canonical-prefixes
TARGET_C_INCLUDES := \
$(SYSROOT)/usr/include