mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
Update arm.gni
This commit is contained in:
parent
6f07f13faf
commit
a46f62297e
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
|
||||||
|
|
||||||
# The ARM architecture. This will be a string like "armv6" or "armv7-a".
|
# The ARM architecture. This will be a string like "armv6" or "armv7-a".
|
||||||
# An empty string means to use the default for the arm_version.
|
# An empty string means to use the default for the arm_version.
|
||||||
arm_arch = ""
|
arm_arch = "armv8.5-a"
|
||||||
|
|
||||||
# The ARM floating point hardware. This will be a string like "neon" or
|
# The ARM floating point hardware. This will be a string like "neon" or
|
||||||
# "vfpv3". An empty string means to use the default for the arm_version.
|
# "vfpv3". An empty string means to use the default for the arm_version.
|
||||||
|
|
Loading…
Reference in a new issue