Skip to content

Commit

Permalink
pw_toolchain: Fix action:objdump to objdump_disassemble
Browse files Browse the repository at this point in the history
Update action to match latest Pigweed action.

BUG: b/380001331
Change-Id: I4828f6edc0ea03579f4c9c236470dfdc16d2a497

Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/266037
Docs-Not-Needed: Yuval Peress <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Lint: Lint 🤖 <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
Pigweed-Auto-Submit: Yuval Peress <[email protected]>
  • Loading branch information
yperess authored and CQ Bot Account committed Feb 8, 2025
1 parent a22e4fb commit df6b243
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pw_toolchain/build_external/zephyr.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cc_tool_map(
"@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":arm-zephyr-eabi-g++",
"@rules_cc//cc/toolchains/actions:link_actions": ":arm-zephyr-eabi-ld",
"@rules_cc//cc/toolchains/actions:objcopy_embed_data": ":arm-zephyr-eabi-objcopy",
"@pigweed//pw_toolchain/action:objdump": ":arm-zephyr-eabi-objdump",
"@pigweed//pw_toolchain/action:objdump_disassemble": ":arm-zephyr-eabi-objdump",
"@rules_cc//cc/toolchains/actions:strip": ":arm-zephyr-eabi-strip",
"@rules_cc//cc/toolchains/actions:ar_actions": ":arm-zephyr-eabi-ar",
},
Expand All @@ -43,7 +43,7 @@ cc_tool_map(
"@rules_cc//cc/toolchains/actions:cpp_compile_actions": ":x86_64-zephyr-elf-g++",
"@rules_cc//cc/toolchains/actions:link_actions": ":x86_64-zephyr-elf-ld",
"@rules_cc//cc/toolchains/actions:objcopy_embed_data": ":x86_64-zephyr-elf-objcopy",
"@pigweed//pw_toolchain/action:objdump": ":x86_64-zephyr-elf-objdump",
"@pigweed//pw_toolchain/action:objdump_disassemble": ":x86_64-zephyr-elf-objdump",
"@rules_cc//cc/toolchains/actions:strip": ":x86_64-zephyr-elf-strip",
"@rules_cc//cc/toolchains/actions:ar_actions": ":x86_64-zephyr-elf-ar",
},
Expand Down

0 comments on commit df6b243

Please sign in to comment.