mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
gdbstub: Build syscall.c once
There is no longer anything target specific. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20230303025805.625589-29-richard.henderson@linaro.org>
This commit is contained in:
parent
ad66b5cbbb
commit
2d3d2517cc
2 changed files with 2 additions and 6 deletions
|
@ -31,8 +31,7 @@ user_ss.add(gdb_user)
|
|||
gdb_softmmu = declare_dependency(link_whole: libgdb_softmmu)
|
||||
softmmu_ss.add(gdb_softmmu)
|
||||
|
||||
# These have to built to the target ABI
|
||||
specific_ss.add(files('syscalls.c'))
|
||||
common_ss.add(files('syscalls.c'))
|
||||
|
||||
# The user-target is specialised by the guest
|
||||
specific_ss.add(when: 'CONFIG_USER_ONLY', if_true: files('user-target.c'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue