blob: 34811f1e02d8ece206cc9cd812ea5a2277080ceb [file] [log] [blame] [edit]
load("@rules_cc//cc:cc_binary.bzl", "cc_binary")
package(default_visibility = ["//visibility:public"])
# This is currently unused in Bazel.
cc_binary(
name = "boot_stage2",
srcs = ["boot_stage2.c"],
target_compatible_with = ["//bazel/constraint:host"],
)