Skip to content

Commit

Permalink
pw_toolchain: Update m33 float-abi
Browse files Browse the repository at this point in the history
`-mfloat-abi` for ARM cortex M33 should be softfp.

Bug: 388354690
Change-Id: If97a267700db2e0e3c1a9717e7954ceaee35159c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259412
Reviewed-by: Armando Montanez <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Prabhu Karthikeyan Rajasekaran <[email protected]>
Lint: Lint 🤖 <[email protected]>
Docs-Not-Needed: Prabhu Karthikeyan Rajasekaran <[email protected]>
  • Loading branch information
Prabhuk authored and CQ Bot Account committed Jan 9, 2025
1 parent 6a6b22b commit 8adc4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_toolchain/arm_clang/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ cc_args(
],
args = [
"-mcpu=cortex-m33",
"-mfloat-abi=soft",
"-mfloat-abi=softfp",
],
)

Expand Down

0 comments on commit 8adc4c3

Please sign in to comment.