summaryrefslogtreecommitdiff
path: root/config/debug/gdb.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:47:47 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:47:47 (GMT)
commit3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62 (patch)
tree8c36e75f08741e956fcf9fcd0e09f5a1eafc4758 /config/debug/gdb.in
parentc6689215d15cba83404b6f4e67ddedb2c2ea1a48 (diff)
complibs: split-up selection for individual libs
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.