config/gmp_mpfr/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 03 17:50:53 2009 +0000 (2009-03-03)
changeset 1220 63d8500c8fc1
parent 902 25bd163c6886
child 1249 e612e57b4249
permissions -rw-r--r--
Some eye-candy in the toolchain sub-menu entries.

/trunk/config/toolchain.in | 8 5 3 0 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
     1 # GMP options
     2 
     3 choice
     4     bool
     5     prompt "MPFR version"
     6 
     7 config MPFR_V_2_3_1
     8     bool
     9     prompt "2.3.1"
    10 
    11 config MPFR_V_2_3_2
    12     bool
    13     prompt "2.3.2"
    14 
    15 config MPFR_V_2_4_0
    16     bool
    17     prompt "2.4.0  (EXPERIMENTAL)"
    18     depends on EXPERIMENTAL
    19 
    20 # CT_INSERT_VERSION_ABOVE
    21 # Don't remove above line!
    22 endchoice
    23 
    24 config MPFR_VERSION
    25     string
    26     default "2.3.1" if MPFR_V_2_3_1
    27     default "2.3.2" if MPFR_V_2_3_2
    28     default "2.4.0" if MPFR_V_2_4_0
    29 # CT_INSERT_VERSION_STRING_ABOVE
    30 # Don't remove above line!
    31 
    32 config MPFR_CHECK
    33     bool
    34     prompt "Check MPFR"
    35     default y
    36     help
    37       It is highly recommended that 'make check' is run against the newly built
    38       MPFR library. See http://gmplib.org/