On 6/8/2026 9:08 AM, Peter Maydell wrote: > On Mon, 8 Jun 2026 at 16:57, Emmanuel Blot <[email protected]> wrote: >> >> Ok thanks, got it. >> >> I need to use `ninja -C build qemy-system-arm` to generate the signed >> binary, because the default target only generates the `-unsigned` >> version (I guess this is the linker's default output, macOS requires >> an extra signing step). >> The signed version is defined as an on-demand command which is not >> part of the default build (`all`). > > Right, this is the bug that needs fixing. The default target should > build the signed binary. > > -- PMM >
For information, I recently offered to Alex to do a rewrite of tcg makefiles in meson natively. It's not the first time, and certainly not the last time, that we waste hours/days debugging dependencies there, this has to stop. After this weekend, I am close from a proof of concept covering aarch64 and multiarch tests. It fixes any issue we had with dependencies, among other improvements. So hopefully the fix for that will be to wait for the meson version. If anyone wants to spend cycle and fix existing Makefiles, feel free to do it also, but they will be gone at some point. Regards, Pierrick
