Re: [PATCH v5 13/17] meson: Add build infrastructure for common-user

2021-11-17 Thread Warner Losh
On Wed, Nov 17, 2021 at 9:04 AM Richard Henderson < richard.hender...@linaro.org> wrote: > The first objects to be added will be target-independent, > and so built once for the host. > > Signed-off-by: Richard Henderson > --- > meson.build | 16 +++- > bsd-user/meson.buil

[PATCH v5 13/17] meson: Add build infrastructure for common-user

2021-11-17 Thread Richard Henderson
The first objects to be added will be target-independent, and so built once for the host. Signed-off-by: Richard Henderson --- meson.build | 16 +++- bsd-user/meson.build| 2 ++ common-user/meson.build | 1 + linux-user/meson.build | 3 +++ 4 files changed, 21 ins