config/gmp_mpfr/mpfr.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jul 27 16:35:37 2008 +0000 (2008-07-27)
changeset 740 d26d8cc7c460
parent 467 374d5264fc18
child 902 25bd163c6886
permissions -rw-r--r--
Fix building x86_64 on x86_64 (and hopefully all other *64 archs on the same *64):
- symlink all lib64/ dirs to the corresponding lib/ dir
Also, prevent gcc from installing some of its target libs outside of the sys-root, in the first place.
Thanks to Laurent DUFRECHOU for reporting the bug and testing the fix.

/trunk/scripts/build/cc_gcc.sh | 26 0 26 0 --------------------------
/trunk/scripts/crosstool.sh | 14 14 0 0 ++++++++++++++
2 files changed, 14 insertions(+), 26 deletions(-)
yann@466
     1
# GMP options
yann@466
     2
yann@466
     3
choice
yann@466
     4
    bool
yann@466
     5
    prompt "MPFR version"
yann@466
     6
yann@466
     7
config MPFR_V_2_3_1
yann@466
     8
    bool
yann@466
     9
    prompt "2.3.1"
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 MPFR_VERSION
yann@466
    16
    string
yann@466
    17
    default "2.3.1" if MPFR_V_2_3_1
yann@466
    18
# CT_INSERT_VERSION_STRING_ABOVE
yann@466
    19
# Don't remove above line!
yann@466
    20
yann@466
    21
config MPFR_CHECK
yann@466
    22
    bool
yann@466
    23
    prompt "Check MPFR"
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
      MPFR library. See http://gmplib.org/