Renamed a BUILD file (#662)

This commit is contained in:
UebelAndre 2021-06-04 06:50:52 -07:00 committed by GitHub
parent 118c55d424
commit 2f13d30e49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "org_linaro_components_toolchain_gcc_5_3_1",
build_file = "@//:compilers/linaro_linux_gcc_5.3.1.BUILD",
build_file = Label("//:compilers/BUILD.linaro_linux_gcc_5.3.1.bazel"),
strip_prefix = "gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabihf",
url = "https://bazel-mirror.storage.googleapis.com/releases.linaro.org/components/toolchain/binaries/latest-5/arm-linux-gnueabihf/gcc-linaro-5.3.1-2016.05-x86_64_arm-linux-gnueabihf.tar.xz",
)