summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGoogler <noreply@google.com>2018-06-26 04:14:16 -0700
committerShentubot <shentubot@google.com>2018-06-26 04:15:18 -0700
commit0ac11de8d37a1c08fe7068b67671235ee1c32cb8 (patch)
tree913d20383d26f5ba375e7413add85a9be2db33ce
parentdb94befb634b05aab0255214cd8c5eab0f5daaf2 (diff)
Internal change.
PiperOrigin-RevId: 202106801 Change-Id: I2512b8982c3bcb027621e768759be2b628a5ad26
-rw-r--r--vdso/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/vdso/BUILD b/vdso/BUILD
index d13d01cfd..fd395511c 100644
--- a/vdso/BUILD
+++ b/vdso/BUILD
@@ -47,6 +47,7 @@ genrule(
"--check-data " +
"--vdso $(location vdso.so) ",
features = ["-pie"],
+ toolchains = ["@bazel_tools//tools/cpp:current_cc_toolchain"],
tools = [
":check_vdso",
],