diff options
author | 2022-11-10 21:22:56 +0000 | |
---|---|---|
committer | 2022-11-10 21:22:56 +0000 | |
commit | 877336cc3a7b66f8a1cfa6bedc426c7429ea78c9 (patch) | |
tree | fa87593e3db2519c935eb6c59589593006324b37 | |
parent | b573f5ffd2ee078e781780e63055555965b90045 (diff) | |
parent | 0643c4ebb5b04986cf51313e9ef63c2a5171cc5f (diff) |
Merge "Fix the git_master_bazel mixed build breakage."
-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 b53a09782..981d1eaa6 100644 --- a/cc/config/arm_device.go +++ b/cc/config/arm_device.go @@ -222,6 +222,7 @@ var ( "": "${config.ArmGenericCflags}", "cortex-a7": "${config.ArmCortexA7Cflags}", "cortex-a8": "${config.ArmCortexA8Cflags}", + "cortex-a9": "${config.ArmGenericCflags}", "cortex-a15": "${config.ArmCortexA15Cflags}", "cortex-a53": "${config.ArmCortexA53Cflags}", "cortex-a53.a57": "${config.ArmCortexA53Cflags}", |