diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-12-10 09:55:15 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2022-01-12 14:09:06 +0100 |
commit | 37650689473c4cdb5838f90cbc1aefbcd9332fb0 (patch) | |
tree | aff84d9330c26fa9812bcaf531d694a98d94e37f /scripts | |
parent | a5730b8bd3675f484ed0eacea052452048eeb35d (diff) | |
download | qemu-37650689473c4cdb5838f90cbc1aefbcd9332fb0.zip qemu-37650689473c4cdb5838f90cbc1aefbcd9332fb0.tar.gz qemu-37650689473c4cdb5838f90cbc1aefbcd9332fb0.tar.bz2 |
configure: simplify creation of plugin symbol list
--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.
Remove the file creation from configure as well: for Darwin, move the
the creation of the Darwin-formatted symbols to meson; for ELF, use the
file in the source path directly and switch from -Wl, to -Xlinker to
not break weird paths that include a comma.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions