summaryrefslogtreecommitdiff
path: root/config/binutils
diff options
context:
space:
mode:
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 2b6df6e..22248d7 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,