Update raspi_arm.gni

This commit is contained in:
Alexander David Frick 2022-07-30 09:34:15 -05:00 committed by GitHub
parent 0bc8c7b4ed
commit 9d66250575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,9 +90,6 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
if (arm_arch == "") {
arm_arch = "armv7-a"
}
if (arm_tune == "") {
arm_tune = "generic-armv7-a"
}
if (arm_float_abi == "") {
if (current_os == "linux" && target_cpu != v8_target_cpu) {