Update armv6 usage

This commit is contained in:
Alexander David Frick 2022-02-11 14:15:55 -06:00 committed by GitHub
parent 45c8803c07
commit 6ebdcda7ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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