diff options
author | Ying Wang <wangying@android.com> | 2014-09-03 19:20:28 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-09-03 19:20:29 +0000 |
commit | 7754e0ce894044e43c50e002e342f03317205668 (patch) | |
tree | 908b3ce1c47ceb61daa1b84c43eab2fa5be5ec74 /core | |
parent | 2f9fa5202532fb2b5c9ea89a4c15171346f63ec1 (diff) | |
parent | 10326b3d7f1966381812ef55478619f714917c23 (diff) | |
download | build-7754e0ce894044e43c50e002e342f03317205668.zip build-7754e0ce894044e43c50e002e342f03317205668.tar.gz build-7754e0ce894044e43c50e002e342f03317205668.tar.bz2 |
Merge "[MIPS64] Modify the default MIPS64 build to MIPS64R6."
Diffstat (limited to 'core')
-rw-r--r-- | core/combo/TARGET_linux-mips64.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk index b5555b2..a2e64c5 100644 --- a/core/combo/TARGET_linux-mips64.mk +++ b/core/combo/TARGET_linux-mips64.mk @@ -31,7 +31,7 @@ # version. # ifeq ($(strip $(TARGET_ARCH_VARIANT)),) -TARGET_ARCH_VARIANT := mips64r2 +TARGET_ARCH_VARIANT := mips64r6 endif # Decouple NDK library selection with platform compiler version |