* gdb/top.c (print_gdb_configuration): Announce --enable-threading.
This includes the reporting of --enable/disable-threading as part of the GDB configuration description.
This commit is contained in:
parent
4f5539f026
commit
fa8a0804b8
1 changed files with 10 additions and 0 deletions
10
gdb/top.c
10
gdb/top.c
|
@ -1618,6 +1618,16 @@ This GDB was configured as follows:\n\
|
||||||
"));
|
"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if CXX_STD_THREAD
|
||||||
|
fprintf_filtered (stream, _("\
|
||||||
|
--enable-threading\n\
|
||||||
|
"));
|
||||||
|
#else
|
||||||
|
fprintf_filtered (stream, _("\
|
||||||
|
--disable-threading\n\
|
||||||
|
"));
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef RELOC_SRCDIR
|
#ifdef RELOC_SRCDIR
|
||||||
gdb_printf (stream, _("\
|
gdb_printf (stream, _("\
|
||||||
--with-relocated-sources=%s\n\
|
--with-relocated-sources=%s\n\
|
||||||
|
|
Loading…
Add table
Reference in a new issue