summaryrefslogtreecommitdiffhomepage
path: root/vdso
diff options
context:
space:
mode:
Diffstat (limited to 'vdso')
-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",
],