summaryrefslogtreecommitdiff
path: root/config/binutils
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 23:50:49 +0100
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-17 23:50:49 +0100
commit2949150cbe92e9e90e9738a2b77489cb0593b5a7 (patch)
treecd4a7a01a59c6a0e5960ca9314142ef1fbf7cb8d /config/binutils
parent77a605d48ed255d94bbe93ba17d53a2245a22a35 (diff)
downloadcrosstool-ng-2949150cbe92e9e90e9738a2b77489cb0593b5a7.tar.gz
crosstool-ng-2949150cbe92e9e90e9738a2b77489cb0593b5a7.tar.bz2
crosstool-ng-2949150cbe92e9e90e9738a2b77489cb0593b5a7.zip
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/binutils')
-rw-r--r--config/binutils/binutils.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 2b6df6ef..22248d7d 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -79,9 +79,8 @@ config BINUTILS_TARGET_USE_GMP_MPFR
bool
prompt "Use GMP and MPFR"
default n
- select GMP
- select MPFR
- select COMPLIBS_TARGET
+ select GMP_TARGET
+ select MPFR_TARGET
help
binutils can be configured to use GMP and MPFR.
While this is automatically handled for the cross-binutils,