commit | 9f66959e3b39edd073827c554d3c76d0eeaa0666 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Fri Mar 08 09:02:52 2013 -0800 |
committer | Stephen Hines <srhines@google.com> | Fri Mar 08 09:02:52 2013 -0800 |
tree | 2678225aa59aefe5291e4f15324bd03eef62398c | |
parent | 90701299aa54aa33436dc77040f8046882ec3bcd [diff] [blame] |
Mips needs to be marked little-endian explicitly. Change-Id: Id4a08124b6c809c29a5e338d7aa0741db3ac57a3
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 \