config/binutils/binutils.in
changeset 1807 4201b5881a7e
parent 1615 50b25816f5bb
child 1808 a1370757e6a1
     1.1 --- a/config/binutils/binutils.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/binutils/binutils.in	Tue Feb 09 22:50:53 2010 +0100
     1.3 @@ -75,4 +75,16 @@
     1.4      prompt "libbfd"
     1.5      default y
     1.6  
     1.7 +config BINUTILS_TARGET_USE_GMP_MPFR
     1.8 +    bool
     1.9 +    prompt "Use GMP and MPFR"
    1.10 +    default n
    1.11 +    select GMP_MPFR
    1.12 +    select COMP_LIBS_TARGET
    1.13 +    help
    1.14 +      binutils can be configured to use GMP and MPFR.
    1.15 +      While this is automatically handled for the cross-binutils,
    1.16 +      You have to explicitly state so for the native libraries that
    1.17 +      will run on the target.
    1.18 +
    1.19  endif # BINUTILS_FOR_TARGET