summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2000-10-03 23:54:04 +0200
committerKevin Ryde <user42@zip.com.au>2000-10-03 23:54:04 +0200
commitdc4f21d3faed8a676d1bd368b607f8852abccdc9 (patch)
treedc44055902a12cfcb005930fd260bd4070b23069 /acconfig.h
parentc6316ab9de77dfe9d7af300ae29571412bfd2795 (diff)
downloadgmp-dc4f21d3faed8a676d1bd368b607f8852abccdc9.tar.gz
* configure.in (HAVE_TARGET_CPU_*): AC_DEFINE from $target_cpu.
* acconfig.h: Add #undefs, but only for targets of interest.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h25
1 files changed, 24 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index ad9cc0ec3..650f544b9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -32,8 +32,28 @@ 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
@@ -98,3 +118,6 @@ MA 02111-1307, USA.
#undef HAVE_NATIVE_mpn_udiv_qrnnd
#undef HAVE_NATIVE_mpn_xor_n
#undef HAVE_NATIVE_mpn_xnor_n
+
+/* a dummy to make autoheader happy */
+#undef HAVE_NATIVE_