diff options
author | Kevin Ryde <user42@zip.com.au> | 2000-10-12 23:13:03 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2000-10-12 23:13:03 +0200 |
commit | 8c1a963329a1d3605d922b3bc4602973d451419a (patch) | |
tree | 627790ed36d2f929104aad9520571d7ed0032645 | |
parent | cdbfd90c9194dfe2b33454e5fe76722ca68a9b7d (diff) | |
download | gmp-8c1a963329a1d3605d922b3bc4602973d451419a.tar.gz |
Regenerate for:
* tune/Makefile.am, tune/tuneup.c, configure.in, gmp-impl.h: New
scheme for recompiled objects used by tune program. Don't use
libgmptune.a, make better use of libtool, work with ansi2knr.
-rw-r--r-- | config.in | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -142,6 +142,9 @@ MA 02111-1307, USA. /* Define if the system has the type `void'. */ #undef HAVE_VOID +/* Maximum size the tune program can test for KARATSUBA_SQR_THRESHOLD */ +#undef TUNE_KARATSUBA_SQR_MAX + /* Define if you have the `popen' function. */ #undef HAVE_POPEN @@ -172,12 +175,12 @@ MA 02111-1307, USA. /* Define if you have the <getopt.h> header file. */ #undef HAVE_GETOPT_H +/* Define if the CPU has a speed_cyclecounter in the tune directory) */ +#undef HAVE_SPEED_CYCLECOUNTER + /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define if a speed_cyclecounter exists (for the tune programs) */ -#undef HAVE_SPEED_CYCLECOUNTER - /* Define if mpn/tests has calling conventions checking for the CPU */ #undef HAVE_CALLING_CONVENTIONS |