Open
Description
The prebuilt binaries for NetBSD x86_64 require libgcc_s.so, but the base NetBSD system can be built as a "pure" clang build; in such cases the system will not contain libgcc_s.so.
To cover non-gcc NetBSD systems the bootstrap kit should be built using -static-libgcc.
See https://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=52584