Check if -static-{libgcc,libstdc++} flags are supported before passing them#44
Check if -static-{libgcc,libstdc++} flags are supported before passing them#44arrowd wants to merge 1 commit into
Conversation
…g them This fixes build on FreeBSD (with Clang).
TheAssassin
left a comment
There was a problem hiding this comment.
I'd rather have a non-static mode which you can opt into. This might lead to situations where static linking is needed but implicitly disabled. The default use case is always static linking with this tool.
My understanding is that |
|
Oh, now I see why you are doing it like that. In fact, there's a comment missing to explain exactly that. This kind of knowledge is otherwise going to be forgotten and a regression might be reintroduced. Please add one. See also https://standards.mousepawmedia.com/en/latest/csi.html. Also, not sure if we should just maybe introduce a clang build job. |
This fixes build on FreeBSD (with Clang).