commit | c8d4ff8a3a38038942299acea0d6b2d4ba1bc9b9 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Jul 06 23:50:06 2021 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Jul 08 02:30:37 2021 -0400 |
tree | f9dd7303f9a80ecd69ba0a1ccb270dbc3679f4b2 | |
parent | 14a6b9b4b68c33f1182c8e6060dcb25514268af9 [diff] |
sim: erc32: use libsim.a for common objects We're starting to move more objects to the common build that sis did not need before, so linking them is causing problems (when common objects end up needing symbols from non-common objects). Switch it to the libsim.a archive which will allow the link to pull out only what it needs.