sim: erc32: use libsim.a for common objects
authorMike Frysinger <vapier@gentoo.org>
Wed, 7 Jul 2021 03:50:06 +0000 (23:50 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 8 Jul 2021 06:30:37 +0000 (02:30 -0400)
commitc8d4ff8a3a38038942299acea0d6b2d4ba1bc9b9
treef9dd7303f9a80ecd69ba0a1ccb270dbc3679f4b2
parent14a6b9b4b68c33f1182c8e6060dcb25514268af9
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.
sim/erc32/Makefile.in