change target to androideabi
- it should be androideabi instead of android external/llvm/lib/Support/Triple.cpp Change-Id: Ied50f2dba930b402d000b5eb3b3ce5ef20731b8b
This commit is contained in:
parent
ffa66a1a65
commit
02a2f848b6
|
@ -41,11 +41,11 @@ ifeq ($(TARGET_ARCH),arm)
|
|||
endif
|
||||
ifeq ($(TARGET_ARCH),mips)
|
||||
CLANG_CONFIG_EXTRA_CFLAGS += \
|
||||
-target mipsel-linux-android \
|
||||
-target mipsel-linux-androideabi \
|
||||
-nostdlibinc \
|
||||
-B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
|
||||
CLANG_CONFIG_EXTRA_LDFLAGS += \
|
||||
-target mipsel-linux-android \
|
||||
-target mipsel-linux-androideabi \
|
||||
-B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
|
||||
CLANG_CONFIG_UNKNOWN_CFLAGS += \
|
||||
-EL \
|
||||
|
|
Loading…
Reference in New Issue