diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-17 23:47:47 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-17 23:47:47 +0100 |
commit | 3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62 (patch) | |
tree | 8c36e75f08741e956fcf9fcd0e09f5a1eafc4758 /config/binutils | |
parent | c6689215d15cba83404b6f4e67ddedb2c2ea1a48 (diff) | |
download | crosstool-ng-3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62.tar.gz crosstool-ng-3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62.tar.bz2 crosstool-ng-3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62.zip |
complibs: split-up selection for individual libs
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index ce728f1c..23063b0e 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. |