Merge "We need to use the ARM EABI to pass vector registers properly (i.e. float2)." into jb-mr2-dev
diff --git a/core/llvm_config.mk b/core/llvm_config.mk
index 7b21496..c4b4af4 100644
--- a/core/llvm_config.mk
+++ b/core/llvm_config.mk
@@ -20,7 +20,7 @@
   -funswitch-loops
 
 ifeq ($(TARGET_ARCH),arm)
-  RS_TRIPLE := armv7-unknown-linux
+  RS_TRIPLE := armv7-none-linux-gnueabi
   CLANG_CONFIG_EXTRA_ASFLAGS += \
     -target arm-linux-androideabi \
     -nostdlibinc \