forked from openkylin/platform_build
Merge "Mips needs to be marked little-endian explicitly." into jb-mr2-dev
This commit is contained in:
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 \
|
||||
|
|
Loading…
Reference in New Issue