Skip to content

Commit aa3047e

Browse files
committed
Remove supports_dynamic_linker_feature from macOS unix crosstool
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)
1 parent 7fcc1e2 commit aa3047e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/cpp/unix_cc_toolchain_config.bzl

-1
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,6 @@ def _impl(ctx):
13831383
user_link_flags_feature,
13841384
default_link_libs_feature,
13851385
fdo_optimize_feature,
1386-
supports_dynamic_linker_feature,
13871386
dbg_feature,
13881387
opt_feature,
13891388
user_compile_flags_feature,

0 commit comments

Comments
 (0)