config/companion_libs/gmp.in
branchgcc-4.4
changeset 1368 ec1cffe6d30b
parent 902 25bd163c6886
child 1381 5d9b7f52514f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/config/companion_libs/gmp.in	Thu May 21 19:00:55 2009 +0000
     1.3 @@ -0,0 +1,32 @@
     1.4 +# GMP options
     1.5 +
     1.6 +choice
     1.7 +    bool
     1.8 +    prompt "GMP version"
     1.9 +
    1.10 +config GMP_V_4_2_2
    1.11 +    bool
    1.12 +    prompt "4.2.2"
    1.13 +
    1.14 +config GMP_V_4_2_4
    1.15 +    bool
    1.16 +    prompt "4.2.4"
    1.17 +
    1.18 +# CT_INSERT_VERSION_ABOVE
    1.19 +# Don't remove above line!
    1.20 +endchoice
    1.21 +
    1.22 +config GMP_VERSION
    1.23 +    string
    1.24 +    default "4.2.2" if GMP_V_4_2_2
    1.25 +    default "4.2.4" if GMP_V_4_2_4
    1.26 +# CT_INSERT_VERSION_STRING_ABOVE
    1.27 +# Don't remove above line!
    1.28 +
    1.29 +config GMP_CHECK
    1.30 +    bool
    1.31 +    prompt "Check GMP"
    1.32 +    default y
    1.33 +    help
    1.34 +      It is highly recommended that 'make check' is run against the newly built
    1.35 +      GMP library. See http://gmplib.org/