Update arm.gni

This commit is contained in:
Alexander David Frick 2022-08-02 03:04:57 -05:00 committed by GitHub
parent 693aa84bc1
commit 979cbb85ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
if (arm_version == 6) {
if (arm_arch == "") {
# v8 can still with version 6 but only with the armv6k extension.
# v8 can still with version 6 but only with the armv6k extension.
arm_arch = "armv6k"
}
if (arm_tune != "") {