config/gmp_mpfr/gmp.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Aug 21 09:48:00 2008 +0000 (2008-08-21)
changeset 802 4c6b50e0021a
parent 466 7f9bbf94b0bb
child 902 25bd163c6886
permissions -rw-r--r--
Move the threading model choice back to the C library menu:
- the threading models available are dependent on the C library used
- it is thus easier to first select the C libary, and then the threading model, rather going back to the toolchain menu.

/trunk/config/toolchain.in | 29 0 29 0 -----------------------------
/trunk/config/libc.in | 47 38 9 0 ++++++++++++++++++++++++++++++++++++++---------
2 files changed, 38 insertions(+), 38 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@466
    11
# CT_INSERT_VERSION_ABOVE
yann@466
    12
# Don't remove above line!
yann@466
    13
endchoice
yann@466
    14
yann@466
    15
config GMP_VERSION
yann@466
    16
    string
yann@466
    17
    default "4.2.2" if GMP_V_4_2_2
yann@466
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@466
    19
# Don't remove above line!
yann@466
    20
yann@466
    21
config GMP_CHECK
yann@466
    22
    bool
yann@466
    23
    prompt "Check GMP"
yann@466
    24
    default y
yann@466
    25
    help
yann@466
    26
      It is highly recommended that 'make check' is run against the newly built
yann@466
    27
      GMP library. See http://gmplib.org/