Merge "Mips needs to be marked little-endian explicitly." into jb-mr2-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6b15101344
@@ -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 \
|
||||
|
Reference in New Issue
Block a user