aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Hannum1994-07-22 18:22:36 +0000
committerCharles Hannum1994-07-22 18:22:36 +0000
commit8c04464485c27c51631be6e5ed80fc2a8c8f1b3e (patch)
treef72a0f2aa109d9be161900e997552ed1baa7eb55
parent3c137244308d35fc8f2c548572411c858810b882 (diff)
downloademacs-8c04464485c27c51631be6e5ed80fc2a8c8f1b3e.tar.gz
emacs-8c04464485c27c51631be6e5ed80fc2a8c8f1b3e.zip
Add more NetBSD ports; rearrange how they're handled.
-rwxr-xr-xconfigure1.in18
1 files changed, 14 insertions, 4 deletions
diff --git a/configure1.in b/configure1.in
index fef4fd1da1c..0abf70e8a68 100755
--- a/configure1.in
+++ b/configure1.in
@@ -480,6 +480,20 @@ fi
480machine='' opsys='' unported='false' 480machine='' opsys='' unported='false'
481case "${canonical}" in 481case "${canonical}" in
482 482
483 ## NetBSD ports
484 *-*-netbsd* )
485 opsys=netbsd
486 case "${canonical}" in
487 sparc-*-netbsd*) machine=sparc ;;
488 i386-*-netbsd*) machine=intel386 ;;
489 hp300-*-netbsd* | amiga-*-netbsd* | sun3-*-netbsd* | mac68k-*-netbsd* | da30-*-netbsd*)
490 # Yes, this is somewhat bogus.
491 machine=hp9000s300 ;;
492 pc532-*-netbsd*) machine=ns32000 ;;
493 pmax-*-netbsd*) machine=pmax ;;
494 esac
495 ;;
496
483 ## Alliant machines 497 ## Alliant machines
484 ## Strictly speaking, we need the version of the alliant operating 498 ## Strictly speaking, we need the version of the alliant operating
485 ## system to choose the right machine file, but currently the 499 ## system to choose the right machine file, but currently the
@@ -664,9 +678,6 @@ case "${canonical}" in
664 m68*-hp-bsd* ) 678 m68*-hp-bsd* )
665 machine=hp9000s300 opsys=bsd4-3 679 machine=hp9000s300 opsys=bsd4-3
666 ;; 680 ;;
667 m68*-hp-netbsd* )
668 machine=hp9000s300 opsys=netbsd
669 ;;
670 ## HP/UX 7, 8 and 9 are supported on these machines. 681 ## HP/UX 7, 8 and 9 are supported on these machines.
671 m68*-hp-hpux* ) 682 m68*-hp-hpux* )
672 case "`uname -r`" in 683 case "`uname -r`" in
@@ -1045,7 +1056,6 @@ case "${canonical}" in
1045 *-bsd386* | *-bsdi* ) opsys=bsd386 ;; 1056 *-bsd386* | *-bsdi* ) opsys=bsd386 ;;
1046 *-386bsd* ) opsys=386bsd ;; 1057 *-386bsd* ) opsys=386bsd ;;
1047 *-freebsd* ) opsys=freebsd ;; 1058 *-freebsd* ) opsys=freebsd ;;
1048 *-netbsd* ) opsys=netbsd ;;
1049 *-nextstep* ) opsys=mach2 ;; 1059 *-nextstep* ) opsys=mach2 ;;
1050 ## Otherwise, we'll fall through to the generic opsys code at the bottom. 1060 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
1051 esac 1061 esac