Skip to content

Commit a76a1f6

Browse files
committed
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 <[email protected]>
1 parent af2bb99 commit a76a1f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,8 @@ config_host_data.set('HAVE_BROKEN_SIZE_MAX', not cc.compiles('''
16091609
return printf("%zu", SIZE_MAX);
16101610
}''', args: ['-Werror']))
16111611

1612-
ignored = ['CONFIG_QEMU_INTERP_PREFIX'] # actually per-target
1612+
ignored = ['CONFIG_QEMU_INTERP_PREFIX', # actually per-target
1613+
'HAVE_GDB_BIN']
16131614
arrays = ['CONFIG_BDRV_RW_WHITELIST', 'CONFIG_BDRV_RO_WHITELIST']
16141615
strings = ['CONFIG_IASL']
16151616
foreach k, v: config_host

0 commit comments

Comments
 (0)