From 2949150cbe92e9e90e9738a2b77489cb0593b5a7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 17 Feb 2010 23:50:49 +0100 Subject: 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. --- config/debug/gdb.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'config/debug') diff --git a/config/debug/gdb.in b/config/debug/gdb.in index 60efbc41..0ee07cc5 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. -- cgit v1.2.3