Skip to content

Commit

Permalink
Remove cc_toolchain_suite rule.
Browse files Browse the repository at this point in the history
cc_toolchain_suite is a no-op in Bazel 8.
  • Loading branch information
phst committed Dec 10, 2024
1 parent 71ce04a commit 5b63ba6
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions emacs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -131,16 +131,13 @@ alias(
],
)

cc_toolchain_suite(
alias(
name = "windows_cc_toolchain",
actual = "@local_config_cc//:cc-compiler-x64_windows_mingw",
target_compatible_with = [
"@platforms//os:windows",
"@platforms//cpu:x86_64",
],
toolchains = {
"x64_windows": "@local_config_cc//:cc-compiler-x64_windows_mingw",
"x64_windows|mingw-gcc": "@local_config_cc//:cc-compiler-x64_windows_mingw",
},
)

cc_defaults(
Expand Down

0 comments on commit 5b63ba6

Please sign in to comment.