summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/debug/gdb.in')
-rw-r--r--config/debug/gdb.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 04b8f39..db40dbb 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -58,7 +58,8 @@ config GDB_NATIVE_USE_GMP_MPFR
prompt "Use GMP and MPFR"
default n
depends on GDB_NATIVE
- select GMP_MPFR
+ select GMP
+ select MPFR
select COMP_LIBS_TARGET
help
gdb can make use of the GMP and MPFR libraries.