diff options
| author | Luca Stefani <luca.stefani.ge1@gmail.com> | 2019-09-12 18:37:45 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2019-12-11 19:03:32 +0200 |
| commit | 6e6370c4aa46a35d0fe504a34507fd9173990f9a (patch) | |
| tree | 6b2cfd42b4daff57b13095d987f5f59c839f4bbb | |
| parent | a9370f211dce1f97c78bb4635e79a84a4c3933b1 (diff) | |
| download | build_soong-6e6370c4aa46a35d0fe504a34507fd9173990f9a.tar.gz build_soong-6e6370c4aa46a35d0fe504a34507fd9173990f9a.tar.bz2 build_soong-6e6370c4aa46a35d0fe504a34507fd9173990f9a.zip | |
Add missing cortex-a76 arm configuration
Change-Id: I55620e602b9e97fe7a6d36fa142ddfde77b6025b
| -rw-r--r-- | cc/config/arm_device.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/config/arm_device.go b/cc/config/arm_device.go index cd7c4107..d37e4862 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}", |
