mirror of https://github.com/bazelbuild/rules_cc
Remove obsolete alias to //external:cc_toolchain.
RELNOTES: None. PiperOrigin-RevId: 306383589 Change-Id: Id1c4cebefb444d7bd76624ef05a623eafd75808d
This commit is contained in:
parent
7c3170fe93
commit
67086db2c4
|
@ -65,19 +65,6 @@ filegroup(
|
||||||
srcs = [],
|
srcs = [],
|
||||||
)
|
)
|
||||||
|
|
||||||
# This is the entry point for --crosstool_top. Toolchains are found
|
|
||||||
# by lopping off the name of --crosstool_top and searching for
|
|
||||||
# "cc-compiler-${CPU}" in this BUILD file, where CPU is the target CPU
|
|
||||||
# specified in --cpu.
|
|
||||||
#
|
|
||||||
# This file group should include
|
|
||||||
# * all cc_toolchain targets supported
|
|
||||||
# * all file groups that said cc_toolchain might refer to
|
|
||||||
alias(
|
|
||||||
name = "toolchain",
|
|
||||||
actual = "//external:cc_toolchain",
|
|
||||||
)
|
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "srcs",
|
name = "srcs",
|
||||||
srcs = glob(["**"]),
|
srcs = glob(["**"]),
|
||||||
|
|
Loading…
Reference in New Issue