Update mac_arm.gni

This commit is contained in:
Alexander David Frick 2022-09-11 18:35:21 -05:00 committed by GitHub
parent 35890a30c7
commit 5e2fe9825c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
# The ARM floating point mode. This is either the string "hard", "soft",
# or "softfp". An empty string means to use the default one for the
# arm_version.
arm_float_abi = ""
arm_float_abi = "hard"
}
}
assert(arm_float_abi == "" || arm_float_abi == "hard" ||