summaryrefslogtreecommitdiff
path: root/config/debug
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:50:49 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 22:50:49 (GMT)
commit2949150cbe92e9e90e9738a2b77489cb0593b5a7 (patch)
treecd4a7a01a59c6a0e5960ca9314142ef1fbf7cb8d /config/debug
parent77a605d48ed255d94bbe93ba17d53a2245a22a35 (diff)
complibs: hide companion libraries for target entry
The companion libraries on the target are required only for internal use by binutils and gdb. The user should not have to know about this, so hide the option.
Diffstat (limited to 'config/debug')
-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.