From: Gerd Moellmann Date: Wed, 1 Mar 2000 12:54:21 +0000 (+0000) Subject: (machine): Add `mipsel-*-netbsd*' and X-Git-Tag: emacs-pretest-21.0.90~4828 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69d5a2fad9540538ab951877a8fe1b3db84127cb;p=emacs.git (machine): Add `mipsel-*-netbsd*' and `arm-*-netbsd*'. --- diff --git a/configure.in b/configure.in index 475b985d583..9f8e89b652c 100644 --- a/configure.in +++ b/configure.in @@ -186,9 +186,11 @@ case "${canonical}" in machine=hp9000s300 ;; powerpc-apple-netbsd*) machine=macppc ;; mips-*-netbsd*) machine=pmax ;; + mipsel-*-netbsd*) machine=pmax ;; ns32k-*-netbsd*) machine=ns32000 ;; sparc-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; + arm-*-netbsd*) machine=arm ;; esac ;;