Skip to content

Commit

Permalink
add tc suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Apr 23, 2024
1 parent b72273a commit 23de193
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions deps/ReactantExtra/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ package(
default_visibility = ["//:__subpackages__"],
)

cc_toolchain_suite(
name = "ygg_cross_compile_toolchain_suite",
toolchains = {
"k8": ":ygg_x86_toolchain",
"darwin": ":ygg_x86_toolchain",
},
)

filegroup(name = "empty")

cc_toolchain(
name = "ygg_x86_toolchain",
all_files = ":empty",
Expand All @@ -26,16 +36,6 @@ cc_toolchain_config(
abi_version = "local",
builtin_sysroot = "/opt/x86_64-linux-musl/bin/../x86_64-linux-musl/sys-root",
compile_flags = [
"--target=x86_64-unknown-linux-gnu",
"-fstack-protector",
"-Wall",
"-Wthread-safety",
"-Wself-assign",
"-Wunused-but-set-parameter",
"-Wno-free-nonheap-object",
"-fcolor-diagnostics",
"-fno-omit-frame-pointer",
"-mavx",
],
compiler = "gcc",
coverage_compile_flags = ["--coverage"],
Expand Down

0 comments on commit 23de193

Please sign in to comment.