* 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
|
||||
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 += \
|
||||
|
Reference in New Issue
Block a user