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:
Keun young Park 2012-08-21 10:20:18 -07:00
parent ffa66a1a65
commit 02a2f848b6
1 changed files with 2 additions and 2 deletions

View File

@ -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 \