Consider libgcc a special case #247
Labels
D-Hard
A task that takes serveral days to complete
enhancement
New feature or request
F-Documentation
Related to the documentation
F-PkgConfig
Related to the pkg-config generation process
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).The text was updated successfully, but these errors were encountered: