diff --git a/core/llvm_config.mk b/core/llvm_config.mk index 7d1c4e1f9..7b2149688 100644 --- a/core/llvm_config.mk +++ b/core/llvm_config.mk @@ -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 \