aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
diff options
context:
space:
mode:
authorGravatar hlopko <hlopko@google.com>2018-04-05 02:16:10 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-04-05 02:17:52 -0700
commit832a0b193a9a098897781bc6298d0455b3913482 (patch)
tree212e1b8a37b246405eb8aad4531e68460e2ccd9b /tools/cpp
parent8abed4bea512a4682ca715c900ed7fb4e27abf64 (diff)
Remove c++-link-interface-dynamic-library from crosstools, it's not used
RELNOTES: None. PiperOrigin-RevId: 191713379
Diffstat (limited to 'tools/cpp')
-rw-r--r--tools/cpp/CROSSTOOL.tpl11
-rw-r--r--tools/cpp/crosstool_utils.bzl1
-rw-r--r--tools/cpp/unix_cc_configure.bzl1
3 files changed, 0 insertions, 13 deletions
diff --git a/tools/cpp/CROSSTOOL.tpl b/tools/cpp/CROSSTOOL.tpl
index 8ed7608e84..d830aded1d 100644
--- a/tools/cpp/CROSSTOOL.tpl
+++ b/tools/cpp/CROSSTOOL.tpl
@@ -494,17 +494,6 @@ toolchain {
implies: 'msvc_env'
}
- action_config {
- config_name: 'c++-link-interface-dynamic-library'
- action_name: 'c++-link-interface-dynamic-library'
- tool {
- tool_path: '%{msvc_lib_path}'
- }
- implies: 'nologo'
- implies: 'linker_param_file'
- implies: 'msvc_env'
- }
-
# TODO(b/65151735): Remove legacy_compile_flags feature when legacy fields are
# not used in this crosstool
feature {
diff --git a/tools/cpp/crosstool_utils.bzl b/tools/cpp/crosstool_utils.bzl
index caadba1f31..06bfc63202 100644
--- a/tools/cpp/crosstool_utils.bzl
+++ b/tools/cpp/crosstool_utils.bzl
@@ -31,7 +31,6 @@ COMPILE_ACTIONS = [
# All possible C++ link actions
LINK_ACTIONS = [
- "c++-link-interface-dynamic-library",
"c++-link-dynamic-library",
"c++-link-nodeps-dynamic-library",
"c++-link-executable",
diff --git a/tools/cpp/unix_cc_configure.bzl b/tools/cpp/unix_cc_configure.bzl
index d7c457e395..b609f99b61 100644
--- a/tools/cpp/unix_cc_configure.bzl
+++ b/tools/cpp/unix_cc_configure.bzl
@@ -375,7 +375,6 @@ def _coverage_feature(darwin):
}
flag_set {
- action: 'c++-link-interface-dynamic-library'
action: 'c++-link-dynamic-library'
action: 'c++-link-executable'
""" + link_flags + """