aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8fc6af8e07b..e6072d2dbad 100644
--- a/configure.in
+++ b/configure.in
@@ -260,7 +260,6 @@ dnl see the `changequote' comment above.
260 m68k-*-netbsd*) 260 m68k-*-netbsd*)
261 # This is somewhat bogus. 261 # This is somewhat bogus.
262 machine=hp9000s300 ;; 262 machine=hp9000s300 ;;
263 powerpc-apple-netbsd*) machine=macppc ;;
264 mips-*-netbsd*) machine=pmax ;; 263 mips-*-netbsd*) machine=pmax ;;
265 mipsel-*-netbsd*) machine=pmax ;; 264 mipsel-*-netbsd*) machine=pmax ;;
266 mipseb-*-netbsd*) machine=pmax ;; 265 mipseb-*-netbsd*) machine=pmax ;;
@@ -269,6 +268,9 @@ dnl see the `changequote' comment above.
269 sparc*-*-netbsd*) machine=sparc ;; 268 sparc*-*-netbsd*) machine=sparc ;;
270 vax-*-netbsd*) machine=vax ;; 269 vax-*-netbsd*) machine=vax ;;
271 arm-*-netbsd*) machine=arm ;; 270 arm-*-netbsd*) machine=arm ;;
271 x86_64-*-netbsd*) machine=amdx86-64 ;;
272 hppa-*-netbsd*) machine=hp800 ;;
273 shle-*-netbsd*) machine=sh3el ;;
272 esac 274 esac
273 ;; 275 ;;
274 276