mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update arm.gni
This commit is contained in:
parent
9d66250575
commit
b632eb09c5
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,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