am 6b151013: Merge "Mips needs to be marked little-endian explicitly." into jb-mr2-dev

* commit '6b151013442ea2806a85b2c802f18ab7f0b27b61':
  Mips needs to be marked little-endian explicitly.
This commit is contained in:
Stephen Hines 2013-03-08 19:02:10 +00:00 committed by Android Git Automerger
commit d80152f6f9
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ ifeq ($(TARGET_ARCH),arm)
-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 \