Re: [PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL

2023-11-07 Thread Philippe Mathieu-Daudé
On 6/11/23 19:51, Alex Bennée wrote: To cleanly handle cross-building we need to export the details of dlltool into meson's list of cross binaries and into the contrib/plugins/ make configuration. Signed-off-by: Alex Bennée Cc: Paolo Bonzini Cc: Greg Manning --- configure | 6 ++ 1 fil

Re: [PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL

2023-11-07 Thread Paolo Bonzini
On 11/6/23 19:51, Alex Bennée wrote: To cleanly handle cross-building we need to export the details of dlltool into meson's list of cross binaries and into the contrib/plugins/ make configuration. Signed-off-by: Alex Bennée Cc: Paolo Bonzini Cc: Greg Manning Reviewed-by: Paolo Bonzini --

[PATCH 12/22] configure: tell meson and contrib_plugins about DLLTOOL

2023-11-06 Thread Alex Bennée
To cleanly handle cross-building we need to export the details of dlltool into meson's list of cross binaries and into the contrib/plugins/ make configuration. Signed-off-by: Alex Bennée Cc: Paolo Bonzini Cc: Greg Manning --- configure | 6 ++ 1 file changed, 6 insertions(+) diff --git a/