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.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 60efbc4..0ee07cc 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -58,9 +58,8 @@ config GDB_NATIVE_USE_GMP_MPFR
prompt "Use GMP and MPFR"
default n
depends on GDB_NATIVE
- select GMP
- select MPFR
- select COMPLIBS_TARGET
+ select GMP_TARGET
+ select MPFR_TARGET
help
gdb can make use of the GMP and MPFR libraries.