Merge "[MIPSR6] R6 target options for clang"
This commit is contained in:
commit
cee38d55f8
2 changed files with 0 additions and 9 deletions
|
@ -7,14 +7,6 @@ CLANG_CONFIG_mips_EXTRA_LDFLAGS :=
|
|||
# Include common unknown flags
|
||||
CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
|
||||
$(CLANG_CONFIG_UNKNOWN_CFLAGS) \
|
||||
-mips32 \
|
||||
-mips32r2 \
|
||||
-mips32r6 \
|
||||
-mfp32 \
|
||||
-mfp64 \
|
||||
-mfpxx \
|
||||
-modd-spreg \
|
||||
-mno-odd-spreg \
|
||||
-fno-strict-volatile-bitfields \
|
||||
-fgcse-after-reload \
|
||||
-frerun-cse-after-loop \
|
||||
|
|
|
@ -7,7 +7,6 @@ CLANG_CONFIG_mips64_EXTRA_LDFLAGS :=
|
|||
# Include common unknown flags
|
||||
CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \
|
||||
$(CLANG_CONFIG_UNKNOWN_CFLAGS) \
|
||||
-mips64r6 \
|
||||
-fno-strict-volatile-bitfields \
|
||||
-fgcse-after-reload \
|
||||
-frerun-cse-after-loop \
|
||||
|
|
Loading…
Reference in a new issue