aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f2ce21bbe66..88db62fc5b0 100644
--- a/configure.in
+++ b/configure.in
@@ -168,6 +168,7 @@ case "${canonical}" in
168 m68k-*-netbsd*) 168 m68k-*-netbsd*)
169 # This is somewhat bogus. 169 # This is somewhat bogus.
170 machine=hp9000s300 ;; 170 machine=hp9000s300 ;;
171 powerpc-apple-netbsd*) machine=macppc ;;
171 mips-*-netbsd*) machine=pmax ;; 172 mips-*-netbsd*) machine=pmax ;;
172 ns32k-*-netbsd*) machine=ns32000 ;; 173 ns32k-*-netbsd*) machine=ns32000 ;;
173 sparc-*-netbsd*) machine=sparc ;; 174 sparc-*-netbsd*) machine=sparc ;;
@@ -185,7 +186,7 @@ case "${canonical}" in
185 mipsel-*-openbsd*) machine=pmax ;; 186 mipsel-*-openbsd*) machine=pmax ;;
186 ns32k-*-openbsd*) machine=ns32000 ;; 187 ns32k-*-openbsd*) machine=ns32000 ;;
187 sparc-*-openbsd*) machine=sparc ;; 188 sparc-*-openbsd*) machine=sparc ;;
188 vax-*-netbsd*) machine=vax ;; 189 vax-*-openbsd*) machine=vax ;;
189 esac 190 esac
190 ;; 191 ;;
191 192