am 6e2d53a5: Merge "We need to use the ARM EABI to pass vector registers properly (i.e. float2)." into jb-mr2-dev

* commit '6e2d53a5cdcc99e3927ae5db537dd74eb5474daf':
  We need to use the ARM EABI to pass vector registers properly (i.e. float2).
This commit is contained in:
Stephen Hines
2013-03-13 01:22:08 +00:00
committed by Android Git Automerger

View File

@@ -20,7 +20,7 @@ CLANG_CONFIG_UNKNOWN_CFLAGS := \
-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 \