|
@@ -20,11 +20,13 @@ gdb_softmmu_ss = gdb_softmmu_ss.apply(config_host, strict: false)
|
|
libgdb_user = static_library('gdb_user',
|
|
libgdb_user = static_library('gdb_user',
|
|
gdb_user_ss.sources() + genh,
|
|
gdb_user_ss.sources() + genh,
|
|
name_suffix: 'fa',
|
|
name_suffix: 'fa',
|
|
- c_args: '-DCONFIG_USER_ONLY')
|
|
|
|
|
|
+ c_args: '-DCONFIG_USER_ONLY',
|
|
|
|
+ build_by_default: have_user)
|
|
|
|
|
|
libgdb_softmmu = static_library('gdb_softmmu',
|
|
libgdb_softmmu = static_library('gdb_softmmu',
|
|
gdb_softmmu_ss.sources() + genh,
|
|
gdb_softmmu_ss.sources() + genh,
|
|
- name_suffix: 'fa')
|
|
|
|
|
|
+ name_suffix: 'fa',
|
|
|
|
+ build_by_default: have_system)
|
|
|
|
|
|
gdb_user = declare_dependency(link_whole: libgdb_user)
|
|
gdb_user = declare_dependency(link_whole: libgdb_user)
|
|
user_ss.add(gdb_user)
|
|
user_ss.add(gdb_user)
|