config/companion_libs/mpfr.in
author Joachim Nilsson <jocke@vmlinux.org>
Sun Jan 03 16:46:58 2010 +0100 (2010-01-03)
changeset 1685 ecccce88fc71
parent 1535 073d351bdcd3
child 1696 f04fb2d52023
permissions -rw-r--r--
debug/ltrace: Add support for ltrace-0.5.3

From this version of ltrace the maintainer has removed support for
GNU Autotools, so the patch sets needed to be reworked.

Included is the latest Debian patch, by the Debian ltrace maintainer
Juan Cespedes <cespedes@debian.org>, the OpenEmbedded patches for cross
compiling, by Khem Raj <raj.khem@gmail.com> and a further set of patches
by Joachim Nilsson <jocke@vmlinux.org> for crosstool-NG.
yann@466
     1
# GMP options
yann@466
     2
yann@466
     3
choice
yann@466
     4
    bool
yann@466
     5
    prompt "MPFR version"
yann@1535
     6
# Don't remove next line
yann@1535
     7
# CT_INSERT_VERSION_BELOW
yann@466
     8
yann@1534
     9
config MPFR_V_2_4_1
yann@466
    10
    bool
yann@1534
    11
    prompt "2.4.1"
yann@1534
    12
yann@1534
    13
config MPFR_V_2_4_0
yann@1534
    14
    bool
yann@1534
    15
    prompt "2.4.0"
yann@466
    16
yann@902
    17
config MPFR_V_2_3_2
yann@902
    18
    bool
yann@1615
    19
    prompt "2.3.2 (OBSOLETE)"
yann@1615
    20
    depends on OBSOLETE
yann@902
    21
yann@1534
    22
config MPFR_V_2_3_1
yann@1199
    23
    bool
yann@1615
    24
    prompt "2.3.1 (OBSOLETE)"
yann@1615
    25
    depends on OBSOLETE
yann@1199
    26
yann@466
    27
endchoice
yann@466
    28
yann@466
    29
config MPFR_VERSION
yann@466
    30
    string
yann@1535
    31
# Don't remove next line
yann@1535
    32
# CT_INSERT_VERSION_STRING_BELOW
yann@1534
    33
    default "2.4.1" if MPFR_V_2_4_1
yann@1534
    34
    default "2.4.0" if MPFR_V_2_4_0
yann@1534
    35
    default "2.3.2" if MPFR_V_2_3_2
yann@466
    36
    default "2.3.1" if MPFR_V_2_3_1