config/cc/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jun 09 16:14:23 2008 +0000 (2008-06-09)
changeset 545 a7782f2c0926
parent 466 7f9bbf94b0bb
permissions -rw-r--r--
Add support for the up-coming gcc-4.3.
Two new config options: pkgversion and bugurl.

/trunk/scripts/build/cc_gcc.sh | 4 3 1 0 +++-
/trunk/tools/addToolVersion.sh | 20 16 4 0 ++++++++++++++++----
/trunk/config/cc/gcc.in | 24 24 0 0 ++++++++++++++++++++++++
3 files changed, 43 insertions(+), 5 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 # CT_INSERT_VERSION_ABOVE
    12 # Don't remove above line!
    13 endchoice
    14 
    15 config MPFR_VERSION
    16     string
    17     default "2.3.1" if MPFR_V_2_3_1
    18 # CT_INSERT_VERSION_STRING_ABOVE
    19 # Don't remove above line!
    20 
    21 config MPFR_CHECK
    22     bool
    23     prompt "Check MPFR"
    24     default y
    25     help
    26       It is highly recommended that 'make check' is run against the newly built
    27       MPFR library. See http://gmplib.org/