mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-11 03:24:58 -06:00
meson: HAVE_GDB_BIN is not used by C code
It is only used by the TCG tests, remove it from config-host.h. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
af2bb99bc1
commit
a76a1f6b76
1 changed files with 2 additions and 1 deletions
|
@ -1609,7 +1609,8 @@ config_host_data.set('HAVE_BROKEN_SIZE_MAX', not cc.compiles('''
|
||||||
return printf("%zu", SIZE_MAX);
|
return printf("%zu", SIZE_MAX);
|
||||||
}''', args: ['-Werror']))
|
}''', args: ['-Werror']))
|
||||||
|
|
||||||
ignored = ['CONFIG_QEMU_INTERP_PREFIX'] # actually per-target
|
ignored = ['CONFIG_QEMU_INTERP_PREFIX', # actually per-target
|
||||||
|
'HAVE_GDB_BIN']
|
||||||
arrays = ['CONFIG_BDRV_RW_WHITELIST', 'CONFIG_BDRV_RO_WHITELIST']
|
arrays = ['CONFIG_BDRV_RW_WHITELIST', 'CONFIG_BDRV_RO_WHITELIST']
|
||||||
strings = ['CONFIG_IASL']
|
strings = ['CONFIG_IASL']
|
||||||
foreach k, v: config_host
|
foreach k, v: config_host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue