On 4/30/25 07:58, Pierrick Bouvier wrote:
Following what we did for hw/, we need target specific common libraries for target. We need 2 different libraries: - code common to a base architecture - system code common to a base architecture For user code, it can stay compiled per target for now. Signed-off-by: Pierrick Bouvier<pierrick.bouvier@xxxxxxxxxx> --- meson.build | 78 +++++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 61 insertions(+), 17 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@xxxxxxxxxx> r~