Re: [PATCH 01/10] configure: simplify creation of plugin symbol list

2021-12-17 Thread Richard Henderson
On 12/16/21 12:51 AM, Paolo Bonzini wrote: --dynamic-list is present on all supported ELF (not Windows or Darwin) platforms, since it dates back to 2006; -exported_symbols_list is likewise present on all supported versions of macOS. Do not bother doing a functional test in configure. Since stuf

[PATCH 01/10] configure: simplify creation of plugin symbol list

2021-12-16 Thread Paolo Bonzini
--dynamic-list is present on all supported ELF (not Windows or Darwin) platforms, since it dates back to 2006; -exported_symbols_list is likewise present on all supported versions of macOS. Do not bother doing a functional test in configure. Since stuff is being moved to meson, move the creation