Mips needs to be marked little-endian explicitly.

Change-Id: Id4a08124b6c809c29a5e338d7aa0741db3ac57a3
This commit is contained in:
Stephen Hines 2013-03-08 09:02:52 -08:00
parent 90701299aa
commit 9f66959e3b
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 \