summaryrefslogtreecommitdiff
path: root/config.in
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-03 23:58:57 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-03 23:58:57 +0200
commitdc9caaf0fb499875336b054ff135e49614efb7fa (patch)
tree74695606303fe1c9bcf79a0a83f817b43bbf8561 /config.in
parentdc4f21d3faed8a676d1bd368b607f8852abccdc9 (diff)
downloadgmp-dc9caaf0fb499875336b054ff135e49614efb7fa.tar.gz
Regenerate for:
* configure.in (HAVE_TARGET_CPU_*): AC_DEFINE from $target_cpu. * acconfig.h: Add #undefs, but only for targets of interest.
Diffstat (limited to 'config.in')
-rw-r--r--config.in23
1 files changed, 22 insertions, 1 deletions
diff --git a/config.in b/config.in
index 78b2443aa..128ac8867 100644
--- a/config.in
+++ b/config.in
@@ -32,8 +32,26 @@ MA 02111-1307, USA.
#undef BITS_PER_SHORTINT
#undef BITS_PER_CHAR
+/* Define one (and only one) of these for the CPU target.
+ Only targets that are going to be tested for need to be in this list,
+ not everything that can possibly be selected. */
+#undef HAVE_TARGET_CPU_alpha
+#undef HAVE_TARGET_CPU_alphaev5
+#undef HAVE_TARGET_CPU_alphaev6
+#undef HAVE_TARGET_CPU_alphaev67
+#undef HAVE_TARGET_CPU_sparc
+#undef HAVE_TARGET_CPU_sparcv8
+#undef HAVE_TARGET_CPU_supersparc
+#undef HAVE_TARGET_CPU_sparclite
+#undef HAVE_TARGET_CPU_microsparc
+#undef HAVE_TARGET_CPU_ultrasparc1
+#undef HAVE_TARGET_CPU_ultrasparc2
+#undef HAVE_TARGET_CPU_sparc64
+
+/* a dummy to make autoheader happy */
+#undef HAVE_TARGET_CPU_
+
/* Define if we have native implementation of function. */
-#undef HAVE_NATIVE_
#undef HAVE_NATIVE_mpn_add
#undef HAVE_NATIVE_mpn_add_1
#undef HAVE_NATIVE_mpn_add_n
@@ -99,6 +117,9 @@ MA 02111-1307, USA.
#undef HAVE_NATIVE_mpn_xor_n
#undef HAVE_NATIVE_mpn_xnor_n
+/* a dummy to make autoheader happy */
+#undef HAVE_NATIVE_
+
/* Define to 1 if you have the declaration of `optarg', and to 0 if you don't.
*/
#undef HAVE_DECL_OPTARG