am c378352d: am d23798bf: Merge "[MIPSR6] Add mips64r6 and mips32r6 targets"

* commit 'c378352de8a07a7b8dabd444d130710ce1cb3eed':
  [MIPSR6] Add mips64r6 and mips32r6 targets
This commit is contained in:
Elliott Hughes
2014-07-30 23:30:07 +00:00
committed by Android Git Automerger
5 changed files with 25 additions and 2 deletions

View File

@@ -9,6 +9,7 @@ CLANG_CONFIG_mips_UNKNOWN_CFLAGS := \
$(CLANG_CONFIG_UNKNOWN_CFLAGS) \
-mips32 \
-mips32r2 \
-mips32r6 \
-mfp32 \
-mfp64 \
-mfpxx \

View File

@@ -1,7 +1,5 @@
# Clang flags for mips64 arch, target or host.
$(warning Untested mips64 clang flags, fix me!)
CLANG_CONFIG_mips64_EXTRA_ASFLAGS :=
CLANG_CONFIG_mips64_EXTRA_CFLAGS :=
CLANG_CONFIG_mips64_EXTRA_LDFLAGS :=
@@ -9,6 +7,7 @@ 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 \