Files
Ayke van Laethem 00ea0b1d57 build: list libraries at the end of the linker command
Static libraries should be added at the end of the linker command, after
all object files. If that isn't done, that's _usually_ not a problem,
unless there are duplicate symbols. In that case, weird dependency
issues can arise. To solve that, object files (that may include symbols
to override symbols in the library) should be listed first on the
command line and then the static libraries should be listed.

This fixes an issue with overriding some symbols in wasi-libc.
2021-07-15 00:13:17 +02:00
..
2020-04-09 20:23:51 +02:00
2020-04-09 20:23:51 +02:00
2020-09-09 19:17:11 +02:00
2021-04-05 20:52:04 +02:00
2021-04-19 13:14:33 +02:00
2020-04-09 20:23:51 +02:00
2020-04-29 15:41:08 +02:00
2021-04-19 13:14:33 +02:00