* configure.in: Enable sparc64/ia64/powerpc FreeBSD builds.

This commit is contained in:
Chong Yidong 2006-11-04 03:28:27 +00:00
parent 8630721ec9
commit d6d1029d69
2 changed files with 7 additions and 0 deletions

View file

@ -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

View file

@ -237,6 +237,9 @@ case "${canonical}" in
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