config/companion_libs/gmp.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon May 25 17:16:49 2009 +0000 (2009-05-25)
branchgcc-4.4
changeset 1381 5d9b7f52514f
parent 1318 5416f4ba36bf
child 1386 7995942261f2
permissions -rw-r--r--
/devel/gcc-4.4:
- GMP & MPFR: do not check the libraries by
default, update the help entries accordingly

-------- diffstat follows --------
/devel/gcc-4.4/config/companion_libs/gmp.in | 13 9 4 0 +++++++++----
/devel/gcc-4.4/config/companion_libs/mpfr.in | 14 10 4 0 ++++++++++----
2 files changed, 19 insertions(+), 8 deletions(-)
yann@466
     1
# GMP options
yann@466
     2
yann@466
     3
choice
yann@466
     4
    bool
yann@466
     5
    prompt "GMP version"
yann@466
     6
yann@466
     7
config GMP_V_4_2_2
yann@466
     8
    bool
yann@466
     9
    prompt "4.2.2"
yann@466
    10
yann@902
    11
config GMP_V_4_2_4
yann@902
    12
    bool
yann@902
    13
    prompt "4.2.4"
yann@902
    14
yann@466
    15
# CT_INSERT_VERSION_ABOVE
yann@466
    16
# Don't remove above line!
yann@466
    17
endchoice
yann@466
    18
yann@466
    19
config GMP_VERSION
yann@466
    20
    string
yann@466
    21
    default "4.2.2" if GMP_V_4_2_2
yann@902
    22
    default "4.2.4" if GMP_V_4_2_4
yann@466
    23
# CT_INSERT_VERSION_STRING_ABOVE
yann@466
    24
# Don't remove above line!
yann@466
    25
yann@466
    26
config GMP_CHECK
yann@466
    27
    bool
yann@1381
    28
    prompt "Check GMP (!!! README !!!)"
yann@1381
    29
    default n
yann@466
    30
    help
yann@1381
    31
      It is highly recommended to check the newly built GMP library.
yann@1381
    32
      Unfortunately, this is a very intensive task, and takes a loooong time.
yann@1381
    33
yann@1381
    34
      Checking GMP is thus disabled by default.
yann@1381
    35
yann@1381
    36
      If you suspect that your GMP library is the cause for incorrectly
yann@1381
    37
      generated code, you should answer 'Y' here.