config/companion_libs/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 03 21:10:15 2009 +0000 (2009-05-03)
changeset 1318 5416f4ba36bf
parent 1249 config/gmp_mpfr/mpfr.in@e612e57b4249
child 1381 5d9b7f52514f
permissions -rw-r--r--
Prepare for gcc-4.4:
- add 'companion_libs/' to hold all libraries needed to build gcc-4.3+ and gcc-4.4+
- move GMP & MPFR to 'companion_libs/'

-------- diffstat follows --------
/trunk/scripts/build/gmp.sh | 85 0 85 0 ----------------------------
/trunk/scripts/build/mpfr.sh | 139 0 139 0 ---------------------------------------------
/trunk/scripts/addToolVersion.sh | 4 2 2 0
/trunk/scripts/crosstool-NG.sh.in | 4 2 2 0
/trunk/config/companion_libs.in | 17 10 7 0 +++---
/trunk/config/gmp_mpfr/gmp.in | 32 0 32 0 ----------
/trunk/config/gmp_mpfr/mpfr.in | 42 0 42 0 --------------
/trunk/config/config.in | 2 1 1 0
/trunk/config/gmp_mpfr.in | 35 0 35 0 -----------
9 files changed, 15 insertions(+), 345 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"
    18 
    19 config MPFR_V_2_4_1
    20     bool
    21     prompt "2.4.1"
    22 
    23 # CT_INSERT_VERSION_ABOVE
    24 # Don't remove above line!
    25 endchoice
    26 
    27 config MPFR_VERSION
    28     string
    29     default "2.3.1" if MPFR_V_2_3_1
    30     default "2.3.2" if MPFR_V_2_3_2
    31     default "2.4.0" if MPFR_V_2_4_0
    32     default "2.4.1" if MPFR_V_2_4_1
    33 # CT_INSERT_VERSION_STRING_ABOVE
    34 # Don't remove above line!
    35 
    36 config MPFR_CHECK
    37     bool
    38     prompt "Check MPFR"
    39     default y
    40     help
    41       It is highly recommended that 'make check' is run against the newly built
    42       MPFR library. See http://gmplib.org/