From: Charles Hannum Date: Thu, 25 Aug 1994 00:39:13 +0000 (+0000) Subject: Update to match config.sub changes for NetBSD. X-Git-Tag: emacs-19.34~7232 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2b721b7be61936d711bb441f9216b1679abafd9;p=emacs.git Update to match config.sub changes for NetBSD. --- diff --git a/configure1.in b/configure1.in index a03c2f58634..6483a4fe054 100755 --- a/configure1.in +++ b/configure1.in @@ -484,13 +484,13 @@ case "${canonical}" in *-*-netbsd* ) opsys=netbsd case "${canonical}" in - sparc-*-netbsd*) machine=sparc ;; i[345]86-*-netbsd*) machine=intel386 ;; - hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd*) - # Yes, this is somewhat bogus. + m68k-*-netbsd*) + # This is somewhat bogus. machine=hp9000s300 ;; - pc532-*-netbsd*) machine=ns32000 ;; - pmax-*-netbsd*) machine=pmax ;; + mips-*-netbsd*) machine=pmax ;; + ns32k-*-netbsd*) machine=ns32000 ;; + sparc-*-netbsd*) machine=sparc ;; esac ;;