summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2001-08-28 01:26:47 +0200
committerKevin Ryde <user42@zip.com.au>2001-08-28 01:26:47 +0200
commitb79886f95381538da1f02f95f05daee63ee80384 (patch)
tree23e9baaf1372e23b4fa4b74e00f4f426b3e00b6f /acconfig.h
parent2d213224c34fb2a5dc1e9d7d17c3581ead54bee0 (diff)
downloadgmp-b79886f95381538da1f02f95f05daee63ee80384.tar.gz
* configure.in, acconfig.h (HAVE_HOST_CPU_FAMILY_power,
HAVE_HOST_CPU_FAMILY_powerpc, HAVE_HOST_CPU_FAMILY_x86): AC_DEFINEs for processor families.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/acconfig.h b/acconfig.h
index ba5bba860..8eb9bfdb4 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,5 @@
-/*
+/* Templates for defines setup by configure.
+
Copyright 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
@@ -16,8 +17,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library; see the file COPYING.LIB. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
-MA 02111-1307, USA.
-*/
+MA 02111-1307, USA. */
@TOP@
@@ -63,6 +63,15 @@ MA 02111-1307, USA.
#undef HAVE_HOST_CPU_
+/* Define one (and only one) of these for the CPU host family.
+ Only hosts that are going to be tested for need to be in this list,
+ not everything that can possibly be selected.
+ */
+#undef HAVE_HOST_CPU_FAMILY_power
+#undef HAVE_HOST_CPU_FAMILY_powerpc
+#undef HAVE_HOST_CPU_FAMILY_x86
+
+
/* Define if we have native implementation of function. */
#undef HAVE_NATIVE_mpn_add
#undef HAVE_NATIVE_mpn_add_1