From 5ce4e81a54d0f8378fdcfdcdf9a0589065ad2d3f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 27 Jun 2009 02:35:50 +0000 Subject: [PATCH] Restore netbsd on mips, mipsel, mipseb. --- ChangeLog | 4 ++++ configure | 3 +++ configure.in | 3 +++ 3 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 40a1344462c..3f0435e7866 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-06-27 Glenn Morris + + * configure.in: Restore netbsd on mips, mipsel, mipseb. + 2009-06-24 Glenn Morris * make-dist diff --git a/configure b/configure index ffd8506ba2c..1250e663344 100755 --- a/configure +++ b/configure @@ -2434,6 +2434,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 ;; diff --git a/configure.in b/configure.in index c36e9aa0599..17e154a94a3 100644 --- a/configure.in +++ b/configure.in @@ -329,6 +329,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 ;; -- 2.39.2