From: Gerd Moellmann Date: Sat, 30 Sep 2000 14:34:26 +0000 (+0000) Subject: Support `sparc*-*-netbsd*'. X-Git-Tag: emacs-pretest-21.0.90~1254 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ecefa7a6e389e2848ce8e975cfec6607eb42f58;p=emacs.git Support `sparc*-*-netbsd*'. --- diff --git a/configure.in b/configure.in index 4a733e6dc24..8fb5aeb140b 100644 --- a/configure.in +++ b/configure.in @@ -192,7 +192,7 @@ case "${canonical}" in mipsel-*-netbsd*) machine=pmax ;; ns32k-*-netbsd*) machine=ns32000 ;; powerpc-*-netbsd*) machine=macppc ;; - sparc-*-netbsd*) machine=sparc ;; + sparc*-*-netbsd*) machine=sparc ;; vax-*-netbsd*) machine=vax ;; arm-*-netbsd*) machine=arm ;; esac