config/gmp_mpfr/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Mar 03 17:41:59 2009 +0000 (2009-03-03)
changeset 1219 2b875ed306c2
parent 902 25bd163c6886
child 1249 e612e57b4249
permissions -rw-r--r--
Allow user to add a directory component in the sys-root path.
Rename CT_DEBUG_INSTALL_DIR to CT_DEBUGROOT_DIR (to match CT_SYSROOT_DIR).
As a side effect, fix creating lib64->lib symlinks.

/trunk/scripts/build/debug/100-dmalloc.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/400-ltrace.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/300-gdb.sh | 6 3 3 0 +++---
/trunk/scripts/build/debug/500-strace.sh | 2 1 1 0 +-
/trunk/scripts/build/debug/200-duma.sh | 6 3 3 0 +++---
/trunk/scripts/crosstool-NG.sh.in | 16 7 9 0 +++++++---------
/trunk/scripts/functions | 2 1 1 0 +-
/trunk/config/toolchain.in | 17 17 0 0 +++++++++++++++++
8 files changed, 34 insertions(+), 19 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  (EXPERIMENTAL)"
    18     depends on EXPERIMENTAL
    19 
    20 # CT_INSERT_VERSION_ABOVE
    21 # Don't remove above line!
    22 endchoice
    23 
    24 config MPFR_VERSION
    25     string
    26     default "2.3.1" if MPFR_V_2_3_1
    27     default "2.3.2" if MPFR_V_2_3_2
    28     default "2.4.0" if MPFR_V_2_4_0
    29 # CT_INSERT_VERSION_STRING_ABOVE
    30 # Don't remove above line!
    31 
    32 config MPFR_CHECK
    33     bool
    34     prompt "Check MPFR"
    35     default y
    36     help
    37       It is highly recommended that 'make check' is run against the newly built
    38       MPFR library. See http://gmplib.org/