Open
Description
The libgcc has a strange behavior and if we want to provide a link-line to almost-fully static-link the static library we could replace -lgcc_s
with -lgcc
and hope for the best.
Alternatively we should mention that passing --crt-static
is needed to make a fully-static-linkable library (to be tested).
Activity