aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-06-27 02:42:05 +0000
committerGlenn Morris2009-06-27 02:42:05 +0000
commit920b116e6764f09a113eda7b083afa6b57fe7633 (patch)
tree9014c5cf938ea6fe8c865156a3af2a8c3ebb4c54
parent07cc3c358f51ba83ebe339e7ce9a0e1dd4d3a687 (diff)
downloademacs-920b116e6764f09a113eda7b083afa6b57fe7633.tar.gz
emacs-920b116e6764f09a113eda7b083afa6b57fe7633.zip
Restore netbsd on mips, mipsel, mipseb.
-rw-r--r--ChangeLog4
-rwxr-xr-xconfigure3
-rw-r--r--configure.in3
3 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0573bec65df..26f5235ead3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12009-06-27 Glenn Morris <rgm@gnu.org>
2
3 * configure: Restore netbsd on mips, mipsel, mipseb.
4
12009-06-26 Dan Nicolaescu <dann@ics.uci.edu> 52009-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2 6
3 * configure.in (--enable-checking): New option. 7 * configure.in (--enable-checking): New option.
diff --git a/configure b/configure
index ffe89f8d888..c528b611df0 100755
--- a/configure
+++ b/configure
@@ -2519,6 +2519,9 @@ _ACEOF
2519 case "${canonical}" in 2519 case "${canonical}" in
2520 alpha*-*-netbsd*) machine=alpha ;; 2520 alpha*-*-netbsd*) machine=alpha ;;
2521 i[3456]86-*-netbsd*) machine=intel386 ;; 2521 i[3456]86-*-netbsd*) machine=intel386 ;;
2522 mips-*-netbsd*) machine=pmax ;;
2523 mipsel-*-netbsd*) machine=pmax ;;
2524 mipseb-*-netbsd*) machine=pmax ;;
2522 powerpc-*-netbsd*) machine=macppc ;; 2525 powerpc-*-netbsd*) machine=macppc ;;
2523 sparc*-*-netbsd*) machine=sparc ;; 2526 sparc*-*-netbsd*) machine=sparc ;;
2524 vax-*-netbsd*) machine=vax ;; 2527 vax-*-netbsd*) machine=vax ;;
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.
393 case "${canonical}" in 393 case "${canonical}" in
394 alpha*-*-netbsd*) machine=alpha ;; 394 alpha*-*-netbsd*) machine=alpha ;;
395 i[3456]86-*-netbsd*) machine=intel386 ;; 395 i[3456]86-*-netbsd*) machine=intel386 ;;
396 mips-*-netbsd*) machine=pmax ;;
397 mipsel-*-netbsd*) machine=pmax ;;
398 mipseb-*-netbsd*) machine=pmax ;;
396 powerpc-*-netbsd*) machine=macppc ;; 399 powerpc-*-netbsd*) machine=macppc ;;
397 sparc*-*-netbsd*) machine=sparc ;; 400 sparc*-*-netbsd*) machine=sparc ;;
398 vax-*-netbsd*) machine=vax ;; 401 vax-*-netbsd*) machine=vax ;;