summaryrefslogtreecommitdiff
path: root/config/binutils/binutils.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-23 18:21:43 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-08-23 18:21:43 (GMT)
commit9736a99ee9fd0465aea0c1d6c0b475a0ecdc6b95 (patch)
treee3164fb093f10b60fa8dc9f79212510b325430e8 /config/binutils/binutils.in
parentae715a0a3caa3b97b4f66f7f23c63d2b490838c9 (diff)
binutils/binutils: companion libraries are not used
GNU binutils does not use the companion libraries, although ./configure advertises switches for them. This is because the configure file is shared between different packages, and is a bit 'lax' about what it checks. See: http://sourceware.org/ml/crossgcc/2010-08/msg00160.html http://sourceware.org/ml/crossgcc/2010-08/msg00161.html Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'config/binutils/binutils.in')
-rw-r--r--config/binutils/binutils.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in
index 9f5f53a..d751c15 100644
--- a/config/binutils/binutils.in
+++ b/config/binutils/binutils.in
@@ -81,16 +81,4 @@ config BINUTILS_FOR_TARGET_BFD
prompt "libbfd"
default y
-config BINUTILS_TARGET_USE_GMP_MPFR
- bool
- prompt "Use GMP and MPFR"
- default n
- 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,
- You have to explicitly state so for the native libraries that
- will run on the target.
-
endif # BINUTILS_FOR_TARGET