diff options
author | Ying Wang <wangying@android.com> | 2014-09-03 01:02:54 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-03 01:02:54 +0000 |
commit | cee38d55f8021c9720b883fc1e4feafc8f45d87c (patch) | |
tree | 829245191edeb237ab03d2421315b3b08f9797d7 | |
parent | 0850330caa352ea2dc412df495c6ad95e4264d05 (diff) | |
parent | 13066a8d4c2f8ddb2348e6d3df3948a0f4dbf105 (diff) | |
download | build-cee38d55f8021c9720b883fc1e4feafc8f45d87c.zip build-cee38d55f8021c9720b883fc1e4feafc8f45d87c.tar.gz build-cee38d55f8021c9720b883fc1e4feafc8f45d87c.tar.bz2 |
Merge "[MIPSR6] R6 target options for clang"
-rw-r--r-- | core/clang/mips.mk | 8 | ||||
-rw-r--r-- | core/clang/mips64.mk | 1 |
2 files changed, 0 insertions, 9 deletions
diff --git a/core/clang/mips.mk b/core/clang/mips.mk index 1624b6f..08daf40 100644 --- a/core/clang/mips.mk +++ b/core/clang/mips.mk @@ -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 \ diff --git a/core/clang/mips64.mk b/core/clang/mips64.mk index a76aa08..612175c 100644 --- a/core/clang/mips64.mk +++ b/core/clang/mips64.mk @@ -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 \ |