build-sys hack: link with whole .fa archives
commit1f0a1d8a51968444b10d12a2882bc3ba16b45866
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 16 Jul 2019 08:30:43 +0000 (16 12:30 +0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 21 Aug 2020 10:30:06 +0000 (21 06:30 -0400)
treeed6332fde7b6e50385edbc257d2a11364c3c3977
parentfc9298928658485bf92fc8aaa782d26ca79aee6b
build-sys hack: link with whole .fa archives

In order to link the *-obj-y files into tests, we will make static
libraries of them in Meson, and then link them as whole archives
into the tests.  To separate regular static libraries from link-whole
libraries, give them a different file extension.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
rules.mak