]> git.eshelyaron.com Git - emacs.git/commitdiff
Add more NetBSD ports; rearrange how they're handled.
authorCharles Hannum <mycroft@gnu.org>
Fri, 22 Jul 1994 18:22:36 +0000 (18:22 +0000)
committerCharles Hannum <mycroft@gnu.org>
Fri, 22 Jul 1994 18:22:36 +0000 (18:22 +0000)
configure1.in

index fef4fd1da1cb4144f3a901fc1f39c6c86b4a93b2..0abf70e8a68cf2b85975a0b1840120187045021c 100755 (executable)
@@ -480,6 +480,20 @@ fi
 machine='' opsys='' unported='false'
 case "${canonical}" in
 
+  ## NetBSD ports
+  *-*-netbsd* )
+    opsys=netbsd
+    case "${canonical}" in
+      sparc-*-netbsd*) machine=sparc ;;
+      i386-*-netbsd*)  machine=intel386 ;;
+      hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd*)
+                       # Yes, this is somewhat bogus.
+                       machine=hp9000s300 ;;
+      pc532-*-netbsd*) machine=ns32000 ;;
+      pmax-*-netbsd*)  machine=pmax ;;
+    esac
+  ;;
+
   ## Alliant machines
   ## Strictly speaking, we need the version of the alliant operating
   ## system to choose the right machine file, but currently the
@@ -664,9 +678,6 @@ case "${canonical}" in
   m68*-hp-bsd* )
     machine=hp9000s300 opsys=bsd4-3
   ;;
-  m68*-hp-netbsd* )
-    machine=hp9000s300 opsys=netbsd
-  ;;
   ## HP/UX 7, 8 and 9 are supported on these machines.
   m68*-hp-hpux* )
     case "`uname -r`" in
@@ -1045,7 +1056,6 @@ case "${canonical}" in
       *-bsd386* | *-bsdi* )    opsys=bsd386 ;;
       *-386bsd* )              opsys=386bsd ;;
       *-freebsd* )             opsys=freebsd ;;
-      *-netbsd* )              opsys=netbsd ;;
       *-nextstep* )             opsys=mach2 ;;
       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
     esac