diff options
Diffstat (limited to 'config/debug')
-rw-r--r-- | config/debug/gdb.in | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 32170c1b..7fc539ed 100644 --- a/config/debug/gdb.in +++ b/config/debug/gdb.in @@ -33,7 +33,10 @@ config GDB_DEP_CXX11 select GDB_REQUIRE_older_than_8_0 config GDB_HAS_IPA_LIB - bool + def_bool y depends on GDB_7_2_or_later - default y +# Does GDB need ps_get_thread_area with const qualifier? +config GDB_CONST_GET_THREAD_AREA + bool + default y if GDB_older_than_7_12 |