Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 126ea5a5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge changes I65c3fa9a,Id1ea5e8b

* changes:
  Pair mips64r6 with mips32r2 on Aosp
  Allowing pairing mips64r6 with mips32r1 and r2
parents 72dcbeb4 9f525961
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Configuration for Android on mips64r6.

ARCH_MIPS_REV6 := true
ARCH_MIPS64_REV6 := true
+4 −1
Original line number Diff line number Diff line
@@ -31,7 +31,10 @@ TARGET_CPU_ABI := mips64
TARGET_2ND_ARCH := mips
ifeq (,$(TARGET_2ND_ARCH_VARIANT))
ifeq ($(TARGET_ARCH_VARIANT),mips64r6)
TARGET_2ND_ARCH_VARIANT :=  mips32r6
# Imgtec builds use 32r6 arch variant with Imgtec-maintained prebuilts/ndk library:
# TARGET_2ND_ARCH_VARIANT := mips32r6
# Aosp builds lack full set of mips32r6 NDK prebuilts, so use 32r2 abi:
TARGET_2ND_ARCH_VARIANT :=  mips32r2-fp
else
TARGET_2ND_ARCH_VARIANT :=  mips32r2-fp
endif