Re: [PATCH 17/37] meson: Introduce top-level libuser_ss and libsystem_ss

2025-03-13 Thread Pierrick Bouvier
On 3/12/25 20:44, Richard Henderson wrote: We already have two subdirectories for which we need to build files twice, for user vs system modes. Move this handling to the top level. This cannot be combined with user_ss or system_ss, because the formulation has not been extended to support configu

[PATCH 17/37] meson: Introduce top-level libuser_ss and libsystem_ss

2025-03-12 Thread Richard Henderson
We already have two subdirectories for which we need to build files twice, for user vs system modes. Move this handling to the top level. This cannot be combined with user_ss or system_ss, because the formulation has not been extended to support configuration symbols. Signed-off-by: Richard Hende