Re: [PATCH] contrib/plugins: remove -soname argument

2023-09-09 Thread Richard Henderson
On 9/7/23 03:18, Paolo Bonzini wrote: -soname is not needed for runtime-loaded modules. For example, Meson says: if not isinstance(target, build.SharedModule) or target.force_soname: # Add -Wl,-soname arguments on Linux, -install_name on OS X comm

Re: [PATCH] contrib/plugins: remove -soname argument

2023-09-07 Thread Philippe Mathieu-Daudé
On 7/9/23 12:18, Paolo Bonzini wrote: -soname is not needed for runtime-loaded modules. For example, Meson says: if not isinstance(target, build.SharedModule) or target.force_soname: # Add -Wl,-soname arguments on Linux, -install_name on OS X comm

[PATCH] contrib/plugins: remove -soname argument

2023-09-07 Thread Paolo Bonzini
-soname is not needed for runtime-loaded modules. For example, Meson says: if not isinstance(target, build.SharedModule) or target.force_soname: # Add -Wl,-soname arguments on Linux, -install_name on OS X commands += linker.get_soname_args(