aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar pcloudy <pcloudy@google.com>2017-09-29 05:30:36 -0400
committerGravatar John Cater <jcater@google.com>2017-09-29 12:14:40 -0400
commit50c8339f0e454c331421ac2ca54c7fd2b50aaca9 (patch)
tree8a148961fb848874fd21a48a9e7244f6c57539ca /tools
parent182419569f790ec4674aa1799fe7c11d537f6384 (diff)
Windows CROSSTOOL: remove c++-link-executable from interface_library_output_path flag set
We shouldn't apply this flag set to c++-link-executable action, it will only add a /IMPLIB:ignore option. RELNOTES: None. PiperOrigin-RevId: 170459781
Diffstat (limited to 'tools')
-rw-r--r--tools/cpp/CROSSTOOL.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/cpp/CROSSTOOL.tpl b/tools/cpp/CROSSTOOL.tpl
index 9f5a22d001..af58b7ad18 100644
--- a/tools/cpp/CROSSTOOL.tpl
+++ b/tools/cpp/CROSSTOOL.tpl
@@ -641,7 +641,6 @@ toolchain {
name: 'input_param_flags'
flag_set {
expand_if_all_available: 'interface_library_output_path'
- action: 'c++-link-executable'
action: 'c++-link-dynamic-library'
flag_group {
flag: "/IMPLIB:%{interface_library_output_path}"