diff options
-rw-r--r-- | core/combo/TARGET_linux-mips64.mk | 2 | ||||
-rw-r--r-- | 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 938b11c..4511b47 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 5dc943a..f8cf4f0 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 |