as in, you can pass in `--gcc-toolchain` to `clang...
# development
a
as in, you can pass in
--gcc-toolchain
to
clang
and get the gcc required libraries, but overriding
LIBRARY_PATH
to add glibc's
crti.o
(either host-provided or owned!) works on
gcc
(and is documented in
man gcc
), but has no effect on
clang