From 10326b3d7f1966381812ef55478619f714917c23 Mon Sep 17 00:00:00 2001 From: Raghu Gandham Date: Tue, 2 Sep 2014 16:30:00 -0700 Subject: [PATCH] [MIPS64] Modify the default MIPS64 build to MIPS64R6. Change-Id: I797e4c2e5b69c6991545c26886b5b25e6f8c2a67 --- core/combo/TARGET_linux-mips64.mk | 2 +- target/board/generic_mips64/BoardConfig.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/combo/TARGET_linux-mips64.mk b/core/combo/TARGET_linux-mips64.mk index b5555b22e..a2e64c573 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 diff --git a/target/board/generic_mips64/BoardConfig.mk b/target/board/generic_mips64/BoardConfig.mk index 5dc943af7..f8cf4f03a 100644 --- a/target/board/generic_mips64/BoardConfig.mk +++ b/target/board/generic_mips64/BoardConfig.mk @@ -24,7 +24,7 @@ TARGET_NO_KERNEL := true TARGET_ARCH := mips64 ifeq (,$(TARGET_ARCH_VARIANT)) -TARGET_ARCH_VARIANT := mips64r2 +TARGET_ARCH_VARIANT := mips64r6 endif TARGET_CPU_ABI := mips64 -- 2.11.0