Re: [PATCH v16 13/99] meson: add target_user_arch

2021-06-04 Thread Philippe Mathieu-Daudé
On 6/4/21 5:51 PM, Alex Bennée wrote: > From: Claudio Fontana > > the lack of target_user_arch makes it hard to fully leverage the > build system in order to separate user code from sysemu code. > > Provide it, so that we can avoid the proliferation of #ifdef > in target code. > > Signed-off-by

[PATCH v16 13/99] meson: add target_user_arch

2021-06-04 Thread Alex Bennée
From: Claudio Fontana the lack of target_user_arch makes it hard to fully leverage the build system in order to separate user code from sysemu code. Provide it, so that we can avoid the proliferation of #ifdef in target code. Signed-off-by: Claudio Fontana Reviewed-by: Alex Bennée [claudio: a