Skip to content

Commit

Permalink
pw_toolchain_bazel: Add cortex-a32 mcpu value
Browse files Browse the repository at this point in the history
Bug: 342510882
Change-Id: I1298e85177700715a4422c5c173da1465d4c4f06
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/213855
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jun 5, 2024
1 parent 28a9fb0 commit 9452c60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pw_toolchain_bazel/constraints/arm_mcpu/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ constraint_value(
constraint_setting = ":mcpu",
)

constraint_value(
name = "cortex-a32",
constraint_setting = ":mcpu",
)

constraint_value(
name = "cortex-m0",
constraint_setting = ":mcpu",
Expand Down

0 comments on commit 9452c60

Please sign in to comment.