mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update raspi_arm.gni
This commit is contained in:
parent
0bc8c7b4ed
commit
9d66250575
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue