diff options
author | Duane Sand <duane.sand@imgtec.com> | 2014-07-22 14:34:00 -0700 |
---|---|---|
committer | Ying Wang <wangying@google.com> | 2014-08-05 12:28:44 -0700 |
commit | 3c4fcd84515ff6edcbeae7a0ceaacb1eecae437e (patch) | |
tree | f66b1360b1a9c6a9db564dfb7b0fcd11486c8900 /core/clang/mips64.mk | |
parent | 9e6ba597ba438fd4ad314f27bb532f36a9ec5aa9 (diff) | |
download | build-3c4fcd84515ff6edcbeae7a0ceaacb1eecae437e.zip build-3c4fcd84515ff6edcbeae7a0ceaacb1eecae437e.tar.gz build-3c4fcd84515ff6edcbeae7a0ceaacb1eecae437e.tar.bz2 |
[MIPS] Unite mipsel and mips64el 4.9 gcc toolchains
Use 4.9 mips64el toolchain for both 64- and 32-bit builds.
Tell ld when 32-bit links are required.
Override 4.9's changed defaults for mips floating point
register use, to get same assembler rules as 4.8 and earlier.
Also: drop unused soft-fp build targets, cleanout redundant
compiler options, and remove extraneous Android.mk file.
(cherry picked from commit 6670e24aed1ca66f21a6af759a0d156bb3df1739)
Change-Id: I34d2f8fc6113c9d1670e3acff1aff48634b9fe1b
Diffstat (limited to 'core/clang/mips64.mk')
-rw-r--r-- | core/clang/mips64.mk | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/clang/mips64.mk b/core/clang/mips64.mk index 9d1117b..d087b9b 100644 --- a/core/clang/mips64.mk +++ b/core/clang/mips64.mk @@ -9,18 +9,10 @@ CLANG_CONFIG_mips64_EXTRA_LDFLAGS := # Include common unknown flags CLANG_CONFIG_mips64_UNKNOWN_CFLAGS := \ $(CLANG_CONFIG_UNKNOWN_CFLAGS) \ - -EL \ - -mips32 \ - -mips32r2 \ - -mhard-float \ -fno-strict-volatile-bitfields \ -fgcse-after-reload \ -frerun-cse-after-loop \ -frename-registers \ - -march=mips32r2 \ - -mtune=mips32r2 \ - -march=mips32 \ - -mtune=mips32 \ -msynci \ -mno-fused-madd |