config/companion_libs/mpfr.in
branchgcc-4.4
changeset 1368 ec1cffe6d30b
parent 1249 e612e57b4249
child 1381 5d9b7f52514f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/companion_libs/mpfr.in	Thu May 21 19:00:55 2009 +0000
     1.3 @@ -0,0 +1,42 @@
     1.4 +# GMP options
     1.5 +
     1.6 +choice
     1.7 +    bool
     1.8 +    prompt "MPFR version"
     1.9 +
    1.10 +config MPFR_V_2_3_1
    1.11 +    bool
    1.12 +    prompt "2.3.1"
    1.13 +
    1.14 +config MPFR_V_2_3_2
    1.15 +    bool
    1.16 +    prompt "2.3.2"
    1.17 +
    1.18 +config MPFR_V_2_4_0
    1.19 +    bool
    1.20 +    prompt "2.4.0"
    1.21 +
    1.22 +config MPFR_V_2_4_1
    1.23 +    bool
    1.24 +    prompt "2.4.1"
    1.25 +
    1.26 +# CT_INSERT_VERSION_ABOVE
    1.27 +# Don't remove above line!
    1.28 +endchoice
    1.29 +
    1.30 +config MPFR_VERSION
    1.31 +    string
    1.32 +    default "2.3.1" if MPFR_V_2_3_1
    1.33 +    default "2.3.2" if MPFR_V_2_3_2
    1.34 +    default "2.4.0" if MPFR_V_2_4_0
    1.35 +    default "2.4.1" if MPFR_V_2_4_1
    1.36 +# CT_INSERT_VERSION_STRING_ABOVE
    1.37 +# Don't remove above line!
    1.38 +
    1.39 +config MPFR_CHECK
    1.40 +    bool
    1.41 +    prompt "Check MPFR"
    1.42 +    default y
    1.43 +    help
    1.44 +      It is highly recommended that 'make check' is run against the newly built
    1.45 +      MPFR library. See http://gmplib.org/