aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/crosstool/BUILD.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gpus/crosstool/BUILD.tpl')
-rw-r--r--third_party/gpus/crosstool/BUILD.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/third_party/gpus/crosstool/BUILD.tpl b/third_party/gpus/crosstool/BUILD.tpl
index 7d8b600513..98cb326572 100644
--- a/third_party/gpus/crosstool/BUILD.tpl
+++ b/third_party/gpus/crosstool/BUILD.tpl
@@ -12,12 +12,12 @@ cc_toolchain_suite(
cc_toolchain(
name = "cc-compiler-local",
- all_files = ":crosstool_wrapper_driver_is_not_gcc",
+ all_files = "%{linker_files}",
compiler_files = ":empty",
cpu = "local",
dwp_files = ":empty",
dynamic_runtime_libs = [":empty"],
- linker_files = ":crosstool_wrapper_driver_is_not_gcc",
+ linker_files = "%{linker_files}",
objcopy_files = ":empty",
static_runtime_libs = [":empty"],
strip_files = ":empty",
@@ -30,12 +30,12 @@ cc_toolchain(
cc_toolchain(
name = "cc-compiler-darwin",
- all_files = ":crosstool_wrapper_driver_is_not_gcc",
+ all_files = "%{linker_files}",
compiler_files = ":empty",
cpu = "darwin",
dwp_files = ":empty",
dynamic_runtime_libs = [":empty"],
- linker_files = ":crosstool_wrapper_driver_is_not_gcc",
+ linker_files = "%{linker_files}",
objcopy_files = ":empty",
static_runtime_libs = [":empty"],
strip_files = ":empty",