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

This commit is contained in:
Stephen Hines 2013-03-08 18:59:53 +00:00 committed by Android (Google) Code Review
commit 6b15101344
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 \