Skip to content

Commit

Permalink
Remove supports_dynamic_linker_feature from macOS unix crosstool
Browse files Browse the repository at this point in the history
This feature isn't supported on macOS, and it isn't part of the Xcode CC
toolchain, but it is left over here from when it was supported in the
past.

bazelbuild@ec55533

Fixes: bazelbuild#16414 (comment)
  • Loading branch information
keith committed Feb 28, 2023
1 parent 7fcc1e2 commit aa3047e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/cpp/unix_cc_toolchain_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -1383,7 +1383,6 @@ def _impl(ctx):
user_link_flags_feature,
default_link_libs_feature,
fdo_optimize_feature,
supports_dynamic_linker_feature,
dbg_feature,
opt_feature,
user_compile_flags_feature,
Expand Down

0 comments on commit aa3047e

Please sign in to comment.