[BACK]Return to configure.in CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gmp

Annotation of OpenXM_contrib/gmp/configure.in, Revision 1.1

1.1     ! maekawa     1: # This file is a shell script fragment that supplies the information
        !             2: # necessary for a configure script to process the program in
        !             3: # this directory.  For more information, look at ../configure.
        !             4:
        !             5: configdirs="mpn mpz mpf mpq mpbsd"
        !             6: srctrigger=gmp-impl.h
        !             7: srcname="GNU Multi-Precision library"
        !             8:
        !             9: # per-host:
        !            10:
        !            11: # per-target:
        !            12:
        !            13: case "${target}" in
        !            14:   sparc8* | microsparc*)
        !            15:     if [ x$with_gcc != xno ]
        !            16:     then
        !            17:       target_makefile_frag=config/mt-sprc8-gcc
        !            18:     fi
        !            19:     ;;
        !            20:   supersparc*)
        !            21:     if [ x$with_gcc != xno ]
        !            22:     then
        !            23:       target_makefile_frag=config/mt-supspc-gcc
        !            24:     fi
        !            25:     ;;
        !            26:   m888110*)
        !            27:     if [ x$with_gcc != xno ]
        !            28:     then
        !            29:       target_makefile_frag=config/mt-m88110
        !            30:     fi
        !            31:     ;;
        !            32:   *-*-linux*)
        !            33:     target_makefile_frag=config/mt-linux ;;
        !            34:
        !            35: esac

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>