On 3/2/23 09:08, Alex Bennée wrote:
Now we have removed any target specific bits from the core gdbstub
code we only need to build it twice. We have to jump a few meson hoops
to manually define the CONFIG_USER_ONLY symbol but it seems to work.
Signed-off-by: Alex Bennée<alex.ben...@linaro.org>
---
v3
- also include user and softmmu bits in the library
v4
- include genh for config-poison.h
---
gdbstub/gdbstub.c | 4 +---
gdbstub/meson.build | 30 ++++++++++++++++++++++++++----
2 files changed, 27 insertions(+), 7 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~