summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2006-12-22 23:09:14 +0000
committerEli Zaretskii <eliz@gnu.org>2006-12-22 23:09:14 +0000
commit1dc7351d9ad39d2e12bc5972ac1853ccbbe242f2 (patch)
treedfa583e2af2861410bbd2266fbdb9d164532f993 /configure.in
parentc35fd8d56b31c734d5962c6c137471f8de990140 (diff)
downloademacs-1dc7351d9ad39d2e12bc5972ac1853ccbbe242f2.tar.gz
Add support for NetBSD on x86-64, hp800 and sh3el.
Remove redundant entry for powerpc-apple-netbsd.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8fc6af8e07b..e6072d2dbad 100644
--- a/configure.in
+++ b/configure.in
@@ -260,7 +260,6 @@ dnl see the `changequote' comment above.
m68k-*-netbsd*)
# This is somewhat bogus.
machine=hp9000s300 ;;
- powerpc-apple-netbsd*) machine=macppc ;;
mips-*-netbsd*) machine=pmax ;;
mipsel-*-netbsd*) machine=pmax ;;
mipseb-*-netbsd*) machine=pmax ;;
@@ -269,6 +268,9 @@ dnl see the `changequote' comment above.
sparc*-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;
arm-*-netbsd*) machine=arm ;;
+ x86_64-*-netbsd*) machine=amdx86-64 ;;
+ hppa-*-netbsd*) machine=hp800 ;;
+ shle-*-netbsd*) machine=sh3el ;;
esac
;;