summaryrefslogtreecommitdiff
path: root/config/binutils/binutils.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/binutils/binutils.in')
-rw-r--r--config/binutils/binutils.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index ce728f1..23063b0 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -79,7 +79,8 @@ config BINUTILS_TARGET_USE_GMP_MPFR
bool
prompt "Use GMP and MPFR"
default n
- select GMP_MPFR
+ select GMP
+ select MPFR
select COMP_LIBS_TARGET
help
binutils can be configured to use GMP and MPFR.