diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-18 20:43:31 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-02-18 20:43:31 +0100 |
commit | 77a605d48ed255d94bbe93ba17d53a2245a22a35 (patch) | |
tree | 5d21e7ac25722ef2593014c40f97bb58db2eae25 /config/binutils | |
parent | 3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62 (diff) | |
download | crosstool-ng-77a605d48ed255d94bbe93ba17d53a2245a22a35.tar.gz crosstool-ng-77a605d48ed255d94bbe93ba17d53a2245a22a35.tar.bz2 crosstool-ng-77a605d48ed255d94bbe93ba17d53a2245a22a35.zip |
complibs: simplify config file
Although currently the wrapper is directly dependent on
companion libraries, let's still decorelate those two.
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 23063b0e..2b6df6ef 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -81,7 +81,7 @@ config BINUTILS_TARGET_USE_GMP_MPFR default n select GMP select MPFR - select COMP_LIBS_TARGET + select COMPLIBS_TARGET help binutils can be configured to use GMP and MPFR. While this is automatically handled for the cross-binutils, |