changeset 18441:c154adda572d

(*-*-bsdi*): New alternative. (i*86-*-bsd386, i*86-*-bsdi...): Delete old alternatives.
author Richard M. Stallman <rms@gnu.org>
date Wed, 25 Jun 1997 04:52:54 +0000
parents a94d8b31ae3d
children 83a349d63da6
files configure.in
diffstat 1 files changed, 16 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Wed Jun 25 03:45:38 1997 +0000
+++ b/configure.in	Wed Jun 25 04:52:54 1997 +0000
@@ -177,6 +177,22 @@
     machine=acorn opsys=riscix12
   ;;
 
+  ## BSDI ports
+  *-*-bsdi* )
+    opsys=bsdi
+    case "${canonical}" in
+      i[345]86-*-bsdi*) machine=intel386 ;;
+      sparc-*-bsdi*)  machine=sparc ;;
+      powerpc-*-bsdi*)  machine=powerpc ;;
+    esac
+    case "${canonical}" in
+      *-*-bsd386* | *-*-bsdi1* )	opsys=bsd386 ;;
+      *-*-bsdi2.0* )		opsys=bsdos2 ;;
+      *-*-bsdi2* )		opsys=bsdos2-1 ;;
+      *-*-bsdi3* )		opsys=bsdos3 ;;
+    esac
+  ;;
+
   ## Alliant machines
   ## Strictly speaking, we need the version of the alliant operating
   ## system to choose the right machine file, but currently the
@@ -895,9 +911,6 @@
 				# /lib/cpp does not accept it.
 				OVERRIDE_CPPFLAGS=" "
 				;;
-      *-bsd386* | *-bsdi1* )	opsys=bsd386 ;;
-      *-bsdi2.0* )		opsys=bsdos2 ;;
-      *-bsdi2* )		opsys=bsdos2-1 ;;
       *-386bsd* )	        opsys=386bsd ;;
       *-freebsd* )	        opsys=freebsd ;;
       *-nextstep* )             opsys=nextstep ;;