commit | 6b151013442ea2806a85b2c802f18ab7f0b27b61 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Fri Mar 08 18:59:53 2013 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Mar 08 18:59:53 2013 +0000 |
tree | 087c8905b95d12302d266e098bc2edbf6756f7cc | |
parent | d4da19d75212c44f22840696de66aecb9feeed1a [diff] | |
parent | 9f66959e3b39edd073827c554d3c76d0eeaa0666 [diff] |
Merge "Mips needs to be marked little-endian explicitly." into jb-mr2-dev
diff --git a/core/llvm_config.mk b/core/llvm_config.mk index 7d1c4e1..7b21496 100644 --- a/core/llvm_config.mk +++ b/core/llvm_config.mk
@@ -42,7 +42,7 @@ -Wa,--noexecstack endif ifeq ($(TARGET_ARCH),mips) - RS_TRIPLE := mips-unknown-linux + RS_TRIPLE := mipsel-unknown-linux CLANG_CONFIG_EXTRA_ASFLAGS += \ -target mipsel-linux-androideabi \ -nostdlibinc \