Renamed a BUILD file (#662)
This commit is contained in:
parent
118c55d424
commit
2f13d30e49
|
@ -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",
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue