summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* (*-cray-unicos*): Remove -hscalar0, add -hnofastmd as workaround fortege2002-05-151-2/+4
| | | | | | compiler bug. (mips64*-*-*): Pass just -O1 to cc, to work around compiler bug.
* (*-cray-unicos*): Pass -hscalar0 to work around compiler bug for mpz/import.c.tege2002-05-141-1/+1
|
* (gmp_mpn_functions): Add rootrem and pow_1.tege2002-05-091-2/+2
|
* * configure.in (*-*-cygwin*): Give a sensible default command lineKevin Ryde2002-04-241-1/+14
| | | | | limit, to avoid blowups reported by Jim Fougeron on windows 9x. (--enable-nails): Make the default 2, since mp_bases has data for that.
* Add a comment to:Kevin Ryde2002-04-221-0/+8
| | | | | * configure.in: Grep for NAILS_SUPPORT in cpu-specific code, and look in "nails" subdirectories, print path used.
* * configure.in: Allow divrem_1.asm to provide mpn_preinv_divrem_1.Kevin Ryde2002-04-201-2/+6
|
* More of:Kevin Ryde2002-04-201-17/+30
| | | | | | | * configure.in: Grep for NAILS_SUPPORT in cpu-specific code, and look in "nails" subdirectories, print path used. Automatic selection of cpu specific versions of nails-neutral functions.
* * configure.in: Grep for NAILS_SUPPORT in cpu-specific code, and lookKevin Ryde2002-04-201-29/+60
| | | | | | in "nails" subdirectories, print path used. (The block of cray related code has moved up, but is unchanged.)
* As a temporary hack, clear extra_functions for nails builds.tege2002-04-171-0/+7
|
* * configure.in, acinclude.m4: Establish GMP_NAIL_BITS for gmp-h.inKevin Ryde2002-04-161-8/+7
| | | | configure tests.
* * mpfr/*, configure.in: Update to final mpfr 2.0.1.Kevin Ryde2002-04-151-16/+7
|
* * mpfr/*: Update to another new mpfr 2.0.1.Kevin Ryde2002-04-131-9/+7
| | | | | * configure.in, Makefile.am, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use MPFR_CONFIGS macro, establish separate MPFR_CFLAGS for mpfr build.
* More of:Kevin Ryde2002-04-131-0/+3
| | | | | * configure.in, Makefile.am, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use new MPFR_CONFIGS.
* * configure.in, Makefile.am: Use new MPFR_CONFIGS.Kevin Ryde2002-04-131-50/+1
|
* * mpfr/*, configure.in: Update to new mpfr 2.0.1.Kevin Ryde2002-04-111-2/+13
|
* * mpfr/*, configure.in: Update to mpfr 2.0.1.Kevin Ryde2002-04-091-5/+39
|
* Fix fallbacks:Kevin Ryde2002-03-291-6/+7
| | | | | * configure.in (powerpc*-*-aix*): Correction to xlc -qarch selection, for 32-bit mode.
* More of:Kevin Ryde2002-03-291-1/+2
| | | | | * configure.in (powerpc*-*-aix*): Correction to xlc -qarch selection, for 32-bit mode.
* * configure.in (powerpc*-*-aix*): Correction to xlc -qarch selection,Kevin Ryde2002-03-291-14/+19
| | | | for 32-bit mode.
* More of:Kevin Ryde2002-03-281-1/+1
| | | | | | * gmp-h.in, mp-h.in, configure.in, acinclude.m4: Remove __GMP from AC_SUBSTs, since autoconf says leading "_" in makefile variables is not portable.
* * demos/expr/run-expr.c: Declare optarg, optind, opterr if necessary.Kevin Ryde2002-03-281-0/+5
| | | | * configure.in, demos/expr/expr-config-h.in: Configs for this.
* * gmp-h.in, mp-h.in, configure.in, acinclude.m4: Remove __GMP fromKevin Ryde2002-03-281-6/+6
| | | | | AC_SUBSTs, since autoconf says leading "_" in makefile variables is not portable.
* (path_20w): Remove pa64w.tege2002-03-271-1/+1
|
* mpn/pa32: New name for mpn/hppa.tege2002-03-261-5/+5
|
* * configure.in (hppa2.0 ABI=2.0w): Set path to "pa64w pa64".Kevin Ryde2002-03-251-1/+1
|
* * acinclude.m4, configure.in (GMP_C_INLINE): New macro.Kevin Ryde2002-03-251-1/+1
|
* * configure.in (AC_CHECK_HEADERS): Add fcntl.h and sys/syssgi.h.Kevin Ryde2002-03-221-3/+8
| | | | (AC_CHECK_FUNCS): Add syssgi.
* * configure.in, mpfr/Makefile.am, mpfr/tests/Makefile.am: UseKevin Ryde2002-03-211-0/+16
| | | | | -mieee-with-inexact or -ieee_with_inexact for mpfr on alpha, so denorms work.
* * configure.in (HAVE_LIMB_BIG_ENDIAN, HAVE_LIMB_LITTLE_ENDIAN): Use anKevin Ryde2002-03-211-5/+9
| | | | AH_VERBATIM and better explanation.
* * demos/pexpr.c, demos/pexpr-config-h.in, configure.in: Use anKevin Ryde2002-03-201-0/+4
| | | | autoconf test for stack_t.
* * configure.in, gmp-h.in, mp-h.in, macos/configure: UseKevin Ryde2002-03-201-43/+37
| | | | | __GMP_LIBGMP_DLL to enable windows declspec, don't require _WIN32 (etc), remove __GMP_LIBGMP_SHARED and __GMP_LIBGMP_STATIC.
* * configure.in: Use AC_COPYRIGHT.Kevin Ryde2002-03-161-20/+24
| | | | Add m4_pattern_allow(GMP_MPARAM_H_SUGGEST).
* (power*-*-aix*, not powerpc): Use aix.m4, don't runKevin Ryde2002-03-131-2/+4
| | | | GMP_ASM_POWERPC_R_REGISTERS or use powerpc-defs.m4.
* * configure.in (--enable-cxx): Correction to the default stated in theKevin Ryde2002-03-131-2/+2
| | | | help string.
* * acinclude.m4, configure.in (GMP_C_DOUBLE_FORMAT): New macro.Kevin Ryde2002-03-131-2/+9
| | | | And tweak a couple of comments.
* * configure.in (LIBC211): New AC_DEFINE, for mpfr.Kevin Ryde2002-03-111-0/+11
|
* More of:Kevin Ryde2002-03-111-0/+1
| | | | | | * configure.in (mips*-*-*): Support ABI=o32 on irix 6, allow gcc 2.7.2 to fall back on it, but detect it doesn't work with gcc 2.95. Use single mips-defs.m4 for both mips32 and mips64.
* * configure.in (mips*-*-*): Support ABI=o32 on irix 6, allow gcc 2.7.2Kevin Ryde2002-03-111-34/+38
| | | | | to fall back on it, but detect it doesn't work with gcc 2.95. Use single mips-defs.m4 for both mips32 and mips64.
* * mpn/powerpc32/750: New directory.Kevin Ryde2002-03-111-1/+7
| | | | * configure.in (powerpc740, powerpc750, powerpc7400): Use it.
* * configure.in (powerpc*-*-*): Separate gcc and xlc cpu flags setupsKevin Ryde2002-03-101-24/+26
| | | | for clarity.
* A further comment for:Kevin Ryde2002-03-051-0/+3
| | | | | * configure.in (alpha*-*-*): Rearrange -mcpu selection for gcc, provide an ev67 -> ev6 fallback. Fix -arch,-tune selection for DEC C.
* * configure.in (*sparc*): Fix cycle counter setups for ABI=64.Kevin Ryde2002-03-021-0/+2
|
* Clarify a FIXME on c89 versus cc.Kevin Ryde2002-02-271-1/+6
|
* For sparc under solaris2.[7-9], pass -fsimple=1 to disable some crazytege2002-02-271-1/+4
| | | | -fast optimizations.
* More of:Kevin Ryde2002-02-261-8/+40
| | | | | | | | | * configure.in (alpha*-*-*): Rearrange -mcpu selection for gcc, provide an ev67 -> ev6 fallback. Fix -arch,-tune selection for DEC C. Allow ~ for space in optional options lists. Allow for alphapca57 in path selection, fix the asm flags selection and try to explain why.
* Temp fix to pass more sensible flags from gcc to assembler.tege2002-02-261-2/+2
|
* For sparc under solaris2.[7-9], pass -fns=no to enable denorm handling undertege2002-02-251-1/+1
| | | | -fast.
* More of:Kevin Ryde2002-02-251-1/+1
| | | | | | * configure.in (alpha*-*-*): Rearrange -mcpu selection for gcc, provide an ev67 -> ev6 fallback. Fix -arch,-tune selection for DEC C. Allow ~ for space in optional options lists.
* * configure.in (alpha*-*-*): Rearrange -mcpu selection for gcc,Kevin Ryde2002-02-251-27/+60
| | | | | provide an ev67 -> ev6 fallback. Fix -arch,-tune selection for DEC C. Allow ~ for space in optional options lists.
* For sparc under solaris2.[7-9], pass -fast instead of othertege2002-02-241-1/+1
| | | | optimization options.