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

2025-05-21 Thread Pierrick Bouvier
On 5/15/25 10:27 PM, Pierrick Bouvier wrote: 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 t

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

2025-05-16 Thread Thomas Huth
On 16/05/2025 07.27, Pierrick Bouvier wrote: 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 t

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

2025-05-15 Thread Pierrick Bouvier
On 5/15/25 10:27 PM, Pierrick Bouvier wrote: 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 t

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

2025-05-15 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