config/gmp_mpfr/gmp.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Fri Nov 28 23:31:02 2008 +0000 (2008-11-28)
changeset 1082 cfdaef41cd77
parent 634 c74132339c44
permissions -rw-r--r--
Canonicalise CT_BUILD and CT_HOST:

- Not only will it give us full-qualified tuples, but it will also ensure
that they are valid tuples (in case of typo with user-provided tuples)
That's way better than trying to rewrite config.sub ourselves...
- use CT_BUILD_PREFIX and CT_BUILD_SUFFIX to call "gcc -dumpmachine"

/trunk/scripts/crosstool.sh | 29 7 22 0 +++++++----------------------
1 file changed, 7 insertions(+), 22 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@466
    28
    prompt "Check GMP"
yann@466
    29
    default y
yann@466
    30
    help
yann@466
    31
      It is highly recommended that 'make check' is run against the newly built
yann@466
    32
      GMP library. See http://gmplib.org/