Skip to content

Commit

Permalink
pw_toolchain: Fix divergent configuration in arm_clang M0+ toolchain
Browse files Browse the repository at this point in the history
Somewhere along the way, the Cortex-M0+ lost sync with related
toolchains and introduced some configs that weren't introduced on other
toolchains. This change puts that toolchain configuration in line with
the others for consistency.

Change-Id: Icc76641fb2984ff59dfa8d1cf8a1ba146bb64334
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/190196
Presubmit-Verified: CQ Bot Account <[email protected]>
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
Reviewed-by: Prabhu Karthikeyan Rajasekaran <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
armandomontanez authored and CQ Bot Account committed Feb 2, 2024
1 parent b415803 commit c5018fb
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pw_toolchain/arm_clang/toolchains.gni
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,8 @@ pw_toolchain_arm_clang = {
forward_variables_from(_arm_clang_toolchain, "*")
defaults = {
forward_variables_from(pigweed_arm_clang_defaults, "*")
default_configs = pigweed_default_configs + _cortex_m0plus + [
"$dir_pw_build:optimize_size_clang",
"$dir_pw_build:enable_clang_mlinliner",
"$dir_pw_build:enable_clang_gvn_sink_hoist",
]
default_configs = pigweed_default_configs + _cortex_m0plus +
[ "$dir_pw_build:optimize_size_clang" ]
}
}
cortex_m3_debug = {
Expand Down

0 comments on commit c5018fb

Please sign in to comment.