changeset 11725:fba9ec0e2b30

(i[345]86-*-bsdi2*): New configuration. (vax-dec-bsd386*): Deleted.
author Richard M. Stallman <rms@gnu.org>
date Sat, 06 May 1995 21:58:08 +0000
parents 32167f40a60a
children 77a296d0ab90
files configure.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Sat May 06 21:42:22 1995 +0000
+++ b/configure.in	Sat May 06 21:58:08 1995 +0000
@@ -723,7 +723,6 @@
       *-bsd4.1* ) 					opsys=bsd4-1 ;;
       *-bsd4.2* | *-ultrix[0-3].* | *-ultrix4.0* )	opsys=bsd4-2 ;;
       *-bsd4.3* | *-ultrix* ) 				opsys=bsd4-3 ;;
-      *-bsd386* | *-bsdi* )				opsys=bsd386 ;;
       *-sysv[01]* | *-sysvr[01]* ) 			opsys=usg5-0 ;;
       *-sysv2* | *-sysvr2* )				opsys=usg5-2 ;;
       *-vms* ) 						opsys=vms ;;
@@ -757,7 +756,8 @@
       *-xenix* )		opsys=xenix ;;
       *-linux* )		opsys=linux ;;
       *-sco3.2v4* )		opsys=sco4 ; NON_GNU_CPP=/lib/cpp  ;;
-      *-bsd386* | *-bsdi* )	opsys=bsd386 ;;
+      *-bsd386* | *-bsdi1* )	opsys=bsd386 ;;
+      *-bsdi2* )		opsys=bsdos2 ;;
       *-386bsd* )	        opsys=386bsd ;;
       *-freebsd* )	        opsys=freebsd ;;
       *-nextstep* )             opsys=mach2 ;;