From 2af7d882e8586feaac7b44d0998e998ff4e4cf69 Mon Sep 17 00:00:00 2001 From: Luca Stefani Date: Thu, 12 Sep 2019 18:37:45 +0200 Subject: [PATCH] Add missing cortex-a76 arm configuration Change-Id: I55620e602b9e97fe7a6d36fa142ddfde77b6025b --- cc/config/arm_device.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cc/config/arm_device.go b/cc/config/arm_device.go index cd7c4107e..d37e48620 100644 --- a/cc/config/arm_device.go +++ b/cc/config/arm_device.go @@ -236,6 +236,7 @@ var ( "cortex-a72": "${config.ArmClangCortexA53Cflags}", "cortex-a73": "${config.ArmClangCortexA53Cflags}", "cortex-a75": "${config.ArmClangCortexA55Cflags}", + "cortex-a76": "${config.ArmClangCortexA55Cflags}", "krait": "${config.ArmClangKraitCflags}", "kryo": "${config.ArmClangKryoCflags}", "kryo385": "${config.ArmClangCortexA53Cflags}",