Skip to content
This repository has been archived by the owner on Nov 17, 2024. It is now read-only.

Commit

Permalink
combo: Add cortex-a76 to known v8-2a cores
Browse files Browse the repository at this point in the history
Allow building a76 with TARGET_2ND_ARCH_VARIANT set as armv8-2a

Change-Id: I620aa16d6cc563687d35916fc0cd56fb08f9ca71
Signed-off-by: Jason Edson <[email protected]>
Signed-off-by: Akash <[email protected]>
  • Loading branch information
mydongistiny authored and jhenrique09 committed Jun 21, 2023
1 parent 65dad92 commit 494f85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/combo/TARGET_linux-arm.mk
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
KNOWN_ARMv8_CORES := cortex-a53 cortex-a53.a57 cortex-a55 cortex-a73 cortex-a75 cortex-a76
KNOWN_ARMv8_CORES += kryo kryo385 exynos-m1 exynos-m2

KNOWN_ARMv82a_CORES := cortex-a55 cortex-a75 kryo385
KNOWN_ARMv82a_CORES := cortex-a55 cortex-a75 cortex-a76 kryo385

ifeq (,$(strip $(TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT)))
TARGET_$(combo_2nd_arch_prefix)CPU_VARIANT := generic
Expand Down

0 comments on commit 494f85c

Please sign in to comment.