changeset 73663:5e9b94d5f593

* configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 04 Nov 2006 03:28:27 +0000
parents ea2e12adb144
children a525ba4c658b
files ChangeLog configure.in
diffstat 2 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Nov 04 03:21:40 2006 +0000
+++ b/ChangeLog	Sat Nov 04 03:28:27 2006 +0000
@@ -1,3 +1,7 @@
+2006-11-03  Giorgos Keramidas  <keramida@ceid.upatras.gr> (tiny change)
+
+	* configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.
+
 2006-10-30  Chong Yidong  <cyd@stupidchicken.com>
 
 	* make-dist: Add makefile.w32-in to the man, lispref and lispintro
--- a/configure.in	Sat Nov 04 03:21:40 2006 +0000
+++ b/configure.in	Sat Nov 04 03:28:27 2006 +0000
@@ -237,6 +237,9 @@
     opsys=freebsd
     case "${canonical}" in
       alpha*-*-freebsd*)	machine=alpha ;;
+      ia64-*-freebsd*)		machine=ia64 ;;
+      sparc64-*-freebsd*)	machine=sparc ;;
+      powerpc-*-freebsd*)	machine=macppc ;;
       i[3456]86-*-freebsd*)	machine=intel386 ;;
       amd64-*-freebsd*|x86_64-*-freebsd*) machine=amdx86-64 ;;
     esac