* commit '0b82ffeb964bb4da7c7928d5b61c72579b6588b5': add mip32 stuffs to clang's unknown flag list
This commit is contained in:
@@ -49,6 +49,7 @@ ifeq ($(TARGET_ARCH),mips)
|
|||||||
-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 \
|
||||||
|
-mips32 \
|
||||||
-mips32r2 \
|
-mips32r2 \
|
||||||
-mhard-float \
|
-mhard-float \
|
||||||
-fno-strict-volatile-bitfields \
|
-fno-strict-volatile-bitfields \
|
||||||
@@ -56,7 +57,9 @@ ifeq ($(TARGET_ARCH),mips)
|
|||||||
-frerun-cse-after-loop \
|
-frerun-cse-after-loop \
|
||||||
-frename-registers \
|
-frename-registers \
|
||||||
-march=mips32r2 \
|
-march=mips32r2 \
|
||||||
-mtune=mips32r2
|
-mtune=mips32r2 \
|
||||||
|
-march=mips32 \
|
||||||
|
-mtune=mips32
|
||||||
endif
|
endif
|
||||||
ifeq ($(TARGET_ARCH),x86)
|
ifeq ($(TARGET_ARCH),x86)
|
||||||
CLANG_CONFIG_EXTRA_CFLAGS += \
|
CLANG_CONFIG_EXTRA_CFLAGS += \
|
||||||
|
Reference in New Issue
Block a user