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
Queued, thanks.
Paolo
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
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