aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/crosstool/remote.BUILD.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gpus/crosstool/remote.BUILD.tpl')
-rw-r--r--third_party/gpus/crosstool/remote.BUILD.tpl10
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/gpus/crosstool/remote.BUILD.tpl b/third_party/gpus/crosstool/remote.BUILD.tpl
new file mode 100644
index 0000000000..b2316331db
--- /dev/null
+++ b/third_party/gpus/crosstool/remote.BUILD.tpl
@@ -0,0 +1,10 @@
+# Description:
+# Template for crosstool Build file to use a pre-generated config.
+licenses(["restricted"])
+
+package(default_visibility = ["//visibility:public"])
+
+alias(
+ name = "toolchain",
+ actual = "%{remote_cuda_repo}:toolchain",
+)