config/gmp_mpfr/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Mar 08 11:14:03 2009 +0000 (2009-03-08)
changeset 1243 5d15872659ec
parent 902 25bd163c6886
child 1249 e612e57b4249
permissions -rw-r--r--
Add binutils-2.19.1 patchset, propagated from the 2.19 patchset.

/trunk/patches/binutils/2.19.1/120-sh-targets.patch | 57 57 0 0 +++
/trunk/patches/binutils/2.19.1/170-use-relro.patch | 19 19 0 0 +
/trunk/patches/binutils/2.19.1/160-use-new-ld-dtags.patch | 19 19 0 0 +
/trunk/patches/binutils/2.19.1/180-libiberty-pic.patch | 19 19 0 0 +
/trunk/patches/binutils/2.19.1/100-ppc64-pie.patch | 25 25 0 0 +
/trunk/patches/binutils/2.19.1/110-RPATH_ENVVAR-smack.patch | 22 22 0 0 +
/trunk/patches/binutils/2.19.1/140-pt-pax-flags-20081101.patch | 254 254 0 0 +++++++++++++++
/trunk/patches/binutils/2.19.1/150-warn-textrel.patch | 53 53 0 0 +++
/trunk/patches/binutils/2.19.1/130-check_ldrunpath_length.patch | 36 36 0 0 ++
9 files changed, 504 insertions(+)
     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/