Update raspi_arm.gni

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

View file

@ -55,7 +55,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" ||