aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/crosstool/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/gpus/crosstool/BUILD')
-rw-r--r--third_party/gpus/crosstool/BUILD28
1 files changed, 28 insertions, 0 deletions
diff --git a/third_party/gpus/crosstool/BUILD b/third_party/gpus/crosstool/BUILD
new file mode 100644
index 0000000000..eac4dc7fad
--- /dev/null
+++ b/third_party/gpus/crosstool/BUILD
@@ -0,0 +1,28 @@
+licenses(["restricted"])
+
+package(default_visibility = ["//visibility:public"])
+
+filegroup(
+ name = "crosstool",
+ srcs = ["CROSSTOOL"],
+ output_licenses = ["unencumbered"],
+)
+
+cc_toolchain(
+ name = "cc-compiler-local",
+ all_files = ":empty",
+ compiler_files = ":empty",
+ cpu = "local",
+ dwp_files = ":empty",
+ dynamic_runtime_libs = [":empty"],
+ linker_files = ":empty",
+ objcopy_files = ":empty",
+ static_runtime_libs = [":empty"],
+ strip_files = ":empty",
+ supports_param_files = 0,
+)
+
+filegroup(
+ name = "empty",
+ srcs = [],
+)