summaryrefslogtreecommitdiffstats
path: root/core/clang/mips.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@android.com>2014-09-03 01:02:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-09-03 01:02:54 +0000
commitcee38d55f8021c9720b883fc1e4feafc8f45d87c (patch)
tree829245191edeb237ab03d2421315b3b08f9797d7 /core/clang/mips.mk
parent0850330caa352ea2dc412df495c6ad95e4264d05 (diff)
parent13066a8d4c2f8ddb2348e6d3df3948a0f4dbf105 (diff)
downloadbuild-cee38d55f8021c9720b883fc1e4feafc8f45d87c.zip
build-cee38d55f8021c9720b883fc1e4feafc8f45d87c.tar.gz
build-cee38d55f8021c9720b883fc1e4feafc8f45d87c.tar.bz2
Merge "[MIPSR6] R6 target options for clang"
Diffstat (limited to 'core/clang/mips.mk')
-rw-r--r--core/clang/mips.mk8
1 files changed, 0 insertions, 8 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 \