config/gmp_mpfr/gmp.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 22 20:50:10 2008 +0000 (2008-10-22)
changeset 962 2ba4393e0441
parent 634 c74132339c44
permissions -rw-r--r--
Make Super-H finally compile a complete (C-only) toolchain:
- new, un-tested patches
- an sh4 sample to work on, and to try to reproduce later.

/trunk/patches/glibc/2.7/250-sh-chop-linux-version.patch | 49 49 0 0 ++
/trunk/patches/glibc/2.7/240-sh-lowlevellock-asm.patch | 56 56 0 0 +++
/trunk/patches/glibc/2.7/270-sh-fix-procfs.patch | 11 11 0 0 +
/trunk/patches/glibc/2.7/280-sh-fix-kernel-heders-location.patch | 23 23 0 0 +
/trunk/patches/glibc/2.7/260-sh-syscall-error-path.patch | 26 26 0 0 +
/trunk/samples/sh4-unknown-linux-gnu/crosstool.config | 311 311 0 0 ++++++++++++++
/trunk/samples/sh4-unknown-linux-gnu/reported.by | 3 3 0 0 +
7 files changed, 479 insertions(+)
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/