mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update raspi_arm.gni
This commit is contained in:
parent
d9ace90b09
commit
b77b0cdf4e
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
|||
|
||||
if (arm_version == 6) {
|
||||
if (arm_arch == "") {
|
||||
# v8 can still with version 6 but only with the armv6k extension.
|
||||
# v8 can still with version 6 but only with the armv6k extension.
|
||||
arm_arch = "armv6k"
|
||||
}
|
||||
if (arm_tune != "") {
|
||||
|
|
Loading…
Reference in a new issue