Re: [PATCH v2 0/7] single-binary: build target common libraries with dependencies

2025-05-27 Thread Pierrick Bouvier
On 5/26/25 2:53 AM, Philippe Mathieu-Daudé wrote: On 22/5/25 00:34, Pierrick Bouvier wrote: Pierrick Bouvier (7): meson: build target libraries with common dependencies hw/arm: remove explicit dependencies listed target/arm: remove explicit dependencies listed meson: apply targe

Re: [PATCH v2 0/7] single-binary: build target common libraries with dependencies

2025-05-26 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v2 0/7] single-binary: build target common libraries with dependencies

2025-05-26 Thread Philippe Mathieu-Daudé
On 22/5/25 00:34, Pierrick Bouvier wrote: Pierrick Bouvier (7): meson: build target libraries with common dependencies hw/arm: remove explicit dependencies listed target/arm: remove explicit dependencies listed meson: apply target config for picking files from lib{system, user} me

[PATCH v2 0/7] single-binary: build target common libraries with dependencies

2025-05-21 Thread Pierrick Bouvier
Recently, common libraries per target base architecture were introduced in order to compile those files only once. However, it was missing common dependencies (which include external libraries), so it failed to build on some hosts. This series fixes this, inspired by Thomas fix [1], and applied to