]> code.delx.au - gnu-emacs/commitdiff
Restore netbsd on mips, mipsel, mipseb.
authorGlenn Morris <rgm@gnu.org>
Sat, 27 Jun 2009 02:42:05 +0000 (02:42 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 27 Jun 2009 02:42:05 +0000 (02:42 +0000)
ChangeLog
configure
configure.in

index 0573bec65dfa077c747dd1a415db94a298906625..26f5235ead38cea975cd69b0ffa0eb9a72ff1ebe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-06-27  Glenn Morris  <rgm@gnu.org>
+
+       * configure: Restore netbsd on mips, mipsel, mipseb.
+
 2009-06-26  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * configure.in (--enable-checking): New option.
index ffe89f8d8883bb4464d5963b4ccdeb64b325a7c9..c528b611df0864034259a454ec5611ef7ace368c 100755 (executable)
--- a/configure
+++ b/configure
@@ -2519,6 +2519,9 @@ _ACEOF
     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 ;;
index d61162d823847f0f263f04948ef602c20c4b08af..a1b02dced8b68f2911941ba5d82d21186694386a 100644 (file)
@@ -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 ;;