Skip to content

Commit

Permalink
Update arm.gni
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 authored Aug 2, 2022
1 parent 693aa84 commit 979cbb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm/config/arm.gni
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ if (current_cpu == "arm" || v8_current_cpu == "arm") {
# has increased code density.
arm_use_thumb = true
}

# For lacros build, we use ARM v8 by default.
if (is_chromeos_lacros && arm_arch == "") {
arm_version = 8
Expand Down Expand Up @@ -69,7 +69,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 != "") {
Expand Down

0 comments on commit 979cbb8

Please sign in to comment.