rosemary: Correct Architecture optimization flags

* Instead of setting TARGET_CPU_VARIANT_RUNTIME and
  TARGET_2ND_CPU_VARIANT_RUNTIME respectively, we are
  instead setting TARGET_2ND_CPU_VARIANT_RUNTIME twice.

* Set TARGET_CPU_VARIANT_RUNTIME to cortex-a76 and
  TARGET_2ND_CPU_VARIANT_RUNTIME to cortex-a55 so
  we properly match the CPU setup of MT6785.

Signed-off-by: bengris32 <bengris32@protonmail.ch>
Change-Id: Ib15f68063eb1f7a55be62d1aecc893c8751f7765
This commit is contained in:
bengris32
2023-04-19 23:02:26 +01:00
committed by Matsvei Niaverau
parent 6aaa0b584a
commit a96bd565ec

View File

@@ -35,7 +35,7 @@ TARGET_ARCH_VARIANT := armv8-2a-dotprod
TARGET_CPU_ABI := arm64-v8a
TARGET_CPU_ABI2 :=
TARGET_CPU_VARIANT := generic
TARGET_2ND_CPU_VARIANT_RUNTIME := cortex-a76
TARGET_CPU_VARIANT_RUNTIME := cortex-a76
TARGET_2ND_ARCH := arm
TARGET_2ND_ARCH_VARIANT := armv8-2a