add mip32 stuffs to clang's unknown flag list

- mini_mips changed to mips32-fp to accomodate all mips variants

Bug: 7294949
Change-Id: Iae759e10e3f5d255e27b688042477263438bb7a7
This commit is contained in:
Keun young Park
2012-10-05 13:26:19 -07:00
parent af4299c56d
commit f6e6bf7edf

View File

@@ -49,6 +49,7 @@ ifeq ($(TARGET_ARCH),mips)
-B$(TARGET_TOOLCHAIN_ROOT)/mipsel-linux-android/bin
CLANG_CONFIG_UNKNOWN_CFLAGS += \
-EL \
-mips32 \
-mips32r2 \
-mhard-float \
-fno-strict-volatile-bitfields \
@@ -56,7 +57,9 @@ ifeq ($(TARGET_ARCH),mips)
-frerun-cse-after-loop \
-frename-registers \
-march=mips32r2 \
-mtune=mips32r2
-mtune=mips32r2 \
-march=mips32 \
-mtune=mips32
endif
ifeq ($(TARGET_ARCH),x86)
CLANG_CONFIG_EXTRA_CFLAGS += \