s/-/_/g on repository names for newer Bazel
Change-Id: Ifc329f9913da2a97df5ab10fa288c7c2e7c1562d
diff --git a/tools/cpp/BUILD b/tools/cpp/BUILD
index 29ba1e1..1708a9f 100644
--- a/tools/cpp/BUILD
+++ b/tools/cpp/BUILD
@@ -38,7 +38,7 @@
srcs = [
':cc-compiler-k8',
':cc-compiler-roborio',
- '@arm-frc-linux-gnueabi-repo//:compiler_components',
+ '@arm_frc_linux_gnueabi_repo//:compiler_components',
':roborio-compiler-files',
':flags_compiler_inputs',
],
@@ -74,7 +74,7 @@
srcs = [
'//tools/cpp/arm-frc-linux-gnueabi:tool-wrappers',
'//tools/cpp/arm-frc-linux-gnueabi:as',
- '@arm-frc-linux-gnueabi-repo//:compiler_pieces',
+ '@arm_frc_linux_gnueabi_repo//:compiler_pieces',
':flags_compiler_inputs',
],
)
@@ -85,7 +85,7 @@
'//tools/cpp/arm-frc-linux-gnueabi:ld',
'//tools/cpp/arm-frc-linux-gnueabi:ar',
'//tools/cpp/arm-frc-linux-gnueabi:gcc',
- '@arm-frc-linux-gnueabi-repo//:compiler_pieces',
+ '@arm_frc_linux_gnueabi_repo//:compiler_pieces',
],
)
filegroup(