summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-06-27 02:42:05 +0000
committerGlenn Morris <rgm@gnu.org>2009-06-27 02:42:05 +0000
commit920b116e6764f09a113eda7b083afa6b57fe7633 (patch)
tree9014c5cf938ea6fe8c865156a3af2a8c3ebb4c54 /configure.in
parent07cc3c358f51ba83ebe339e7ce9a0e1dd4d3a687 (diff)
downloademacs-920b116e6764f09a113eda7b083afa6b57fe7633.tar.gz
Restore netbsd on mips, mipsel, mipseb.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index d61162d8238..a1b02dced8b 100644
--- a/configure.in
+++ b/configure.in
@@ -393,6 +393,9 @@ dnl see the `changequote' comment above.
case "${canonical}" in
alpha*-*-netbsd*) machine=alpha ;;
i[3456]86-*-netbsd*) machine=intel386 ;;
+ mips-*-netbsd*) machine=pmax ;;
+ mipsel-*-netbsd*) machine=pmax ;;
+ mipseb-*-netbsd*) machine=pmax ;;
powerpc-*-netbsd*) machine=macppc ;;
sparc*-*-netbsd*) machine=sparc ;;
vax-*-netbsd*) machine=vax ;;