Re: [PATCH] meson: use config_base_arch for target libraries

2025-06-03 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH] meson: use config_base_arch for target libraries

2025-06-03 Thread Cédric Le Goater
On 6/3/25 01:38, Pierrick Bouvier wrote: Fixed commit introduced common dependencies for target libraries. Alas, it wrongly reused the 'target' variable, which was previously set from another loop. Thus, some dependencies were missing depending on order of target list, as found here [1]. The fi

Re: [PATCH] meson: use config_base_arch for target libraries

2025-06-02 Thread Thomas Huth
On 03/06/2025 01.38, Pierrick Bouvier wrote: Fixed commit introduced common dependencies for target libraries. Alas, it wrongly reused the 'target' variable, which was previously set from another loop. Thus, some dependencies were missing depending on order of target list, as found here [1]. Th

Re: [PATCH] meson: use config_base_arch for target libraries

2025-06-02 Thread Pierrick Bouvier
On 6/2/25 4:38 PM, Pierrick Bouvier wrote: Fixed commit introduced common dependencies for target libraries. Alas, it wrongly reused the 'target' variable, which was previously set from another loop. Thus, some dependencies were missing depending on order of target list, as found here [1]. The

[PATCH] meson: use config_base_arch for target libraries

2025-06-02 Thread Pierrick Bouvier
Fixed commit introduced common dependencies for target libraries. Alas, it wrongly reused the 'target' variable, which was previously set from another loop. Thus, some dependencies were missing depending on order of target list, as found here [1]. The fix is to use the correct config_base_arch in