All GDB XML files are in the gdb-xml/ directory. No need to be so verbose in TARGET_XML_FILES, let meson prepend the directory. Except meson.build lines, this is a mechanical change done running: $ sed -i -e s,gdb-xml/,,g $(git grep -l gdb-xml configs/targets/) Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org> Reviewed-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Alex Bennée <alex.bennee@linaro.org> Acked-by: Alex Bennée <alex.bennee@linaro.org> Tested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Link: https://lore.kernel.org/qemu-devel/20260310232045.58440-15-philmd@linaro.org Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
8 lines
198 B
Makefile
8 lines
198 B
Makefile
TARGET_ARCH=microblaze
|
|
TARGET_SYSTBL_ABI=common
|
|
TARGET_SYSTBL=syscall.tbl
|
|
TARGET_BIG_ENDIAN=y
|
|
TARGET_HAS_BFLT=y
|
|
TARGET_XML_FILES=microblaze-core.xml microblaze-stack-protect.xml
|
|
TARGET_LONG_BITS=32
|