aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/CROSSTOOL.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpp/CROSSTOOL.tpl')
-rw-r--r--tools/cpp/CROSSTOOL.tpl19
1 files changed, 0 insertions, 19 deletions
diff --git a/tools/cpp/CROSSTOOL.tpl b/tools/cpp/CROSSTOOL.tpl
index acc1d5fc72..fa6da1e342 100644
--- a/tools/cpp/CROSSTOOL.tpl
+++ b/tools/cpp/CROSSTOOL.tpl
@@ -396,7 +396,6 @@ toolchain {
implies: 'linker_subsystem_flag'
implies: 'linker_param_file'
implies: 'msvc_env'
- implies: 'use_linker'
implies: 'no_stripping'
}
@@ -416,7 +415,6 @@ toolchain {
implies: 'linker_subsystem_flag'
implies: 'linker_param_file'
implies: 'msvc_env'
- implies: 'use_linker'
implies: 'no_stripping'
implies: 'has_configured_linker_path'
implies: 'def_file'
@@ -438,7 +436,6 @@ toolchain {
implies: 'linker_subsystem_flag'
implies: 'linker_param_file'
implies: 'msvc_env'
- implies: 'use_linker'
implies: 'no_stripping'
implies: 'has_configured_linker_path'
implies: 'def_file'
@@ -514,19 +511,6 @@ toolchain {
}
feature {
- name: "use_linker"
- env_set {
- action: "c++-link-executable"
- action: "c++-link-dynamic-library"
- action: "c++-link-nodeps-dynamic-library"
- env_entry {
- key: "USE_LINKER"
- value: "1"
- }
- }
- }
-
- feature {
name: 'include_paths'
flag_set {
action: "assemble"
@@ -1093,7 +1077,4 @@ toolchain {
}
linking_mode_flags { mode: DYNAMIC }
-
-%{compilation_mode_content}
-
}