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
commit01cd065bd15af323a8701e2750dfba06f1f564da (patch)
tree24c2b1c7845b1545d176affe39ec806648acd77b /configure.in
parentd0d76936e7a719d6d2e594824ef253d157e3e396 (diff)
downloademacs-01cd065bd15af323a8701e2750dfba06f1f564da.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
;;