Decouple NetBSD/amd64 builds from dynamic libgcc_s #45084
Labels
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
O-netbsd
Operating system: NetBSD
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
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
The text was updated successfully, but these errors were encountered: