forked from openkylin/platform_build
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
|
endif
|
||||||
ifeq ($(TARGET_ARCH),mips)
|
ifeq ($(TARGET_ARCH),mips)
|
||||||
CLANG_CONFIG_EXTRA_CFLAGS += \
|
CLANG_CONFIG_EXTRA_CFLAGS += \
|
||||||
-target mipsel-linux-android \
|
-target mipsel-linux-androideabi \
|
||||||
-nostdlibinc \
|
-nostdlibinc \
|
||||||
-B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
|
-B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
|
||||||
CLANG_CONFIG_EXTRA_LDFLAGS += \
|
CLANG_CONFIG_EXTRA_LDFLAGS += \
|
||||||
-target mipsel-linux-android \
|
-target mipsel-linux-androideabi \
|
||||||
-B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
|
-B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
|
||||||
CLANG_CONFIG_UNKNOWN_CFLAGS += \
|
CLANG_CONFIG_UNKNOWN_CFLAGS += \
|
||||||
-EL \
|
-EL \
|
||||||
|
|
Loading…
Reference in New Issue