blob: 162bebdb33ed67012cb7e05f2a498cd765142404 [file] [log] [blame] [edit]
filegroup(
name = "foo" + cpu,
srcs = [
prefix + "/bin/" + triple + "-objcopy",
] + ([
prefix + "/bin/ccperf-collect",
"what",
] if triple != "sparc" else []) +
glob([
"moar_thing/*",
]),
)