mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 19:37:30 -03:00
Update raspi_args.gn
This commit is contained in:
parent
978dc77c9e
commit
67131a4903
1 changed files with 7 additions and 7 deletions
|
@ -3,13 +3,13 @@ google_default_client_id = ""
|
|||
google_default_client_secret = ""
|
||||
target_os = "linux"
|
||||
target_cpu = "arm64"
|
||||
arm_version = 8.
|
||||
arm_arch = "armv8-a"
|
||||
arm_fpu = "neon-vfpv4"
|
||||
arm_tune = "cortex-a72"
|
||||
arm_use_neon = true
|
||||
arm_optionally_use_neon = true
|
||||
arm_use_thumb = true
|
||||
#arm_version = 8
|
||||
#arm_arch = "armv8-a"
|
||||
#arm_fpu = "neon-vfpv4"
|
||||
#arm_tune = "cortex-a72"
|
||||
#arm_use_neon = true
|
||||
#arm_optionally_use_neon = true
|
||||
#arm_use_thumb = true
|
||||
v8_target_cpu = "arm64"
|
||||
use_vc4_minigbm = true
|
||||
enable_linux_installer = true
|
||||
|
|
Loading…
Reference in a new issue