1
Fork 0
hermetic_cc_toolchain/toolchain/private
Motiejus Jakštys 9b510810cc split all tools to per-codename subdirectories
Go ignores CFLAGS for some commands. That causes unnecessary build of
glibc shims (and libc++.a).

In the GCC days cross-compiler toolchains used to expose a "tool" per
architecture. Let's do the same here. Then Go cannot cheat with skipping
CFLAGS which we normally *always* expect.

The wrapper code is getting gnarly, I know. But it still fits in my head
somehow, so we can still keep adding to it.
2022-10-01 14:35:27 +03:00
..
BUILD Move toolchain definitions to toolchains/ 2022-04-07 12:43:34 +03:00
cc_toolchains.bzl split all tools to per-codename subdirectories 2022-10-01 14:35:27 +03:00
defs.bzl split all tools to per-codename subdirectories 2022-10-01 14:35:27 +03:00