changeset 41673:6a354e487a71

Add support for FreeBSD/Alpha.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 29 Nov 2001 12:06:35 +0000
parents e97532eb87c4
children ea1354316d4f
files configure.in
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.in	Thu Nov 29 08:51:41 2001 +0000
+++ b/configure.in	Thu Nov 29 12:06:35 2001 +0000
@@ -183,6 +183,15 @@
 machine='' opsys='' unported=no
 case "${canonical}" in
 
+  ## FreeBSD ports
+  *-*-freebsd* )
+    opsys=freebsd
+    case "${canonical}" in
+      alpha*-*-freebsd*)	machine=alpha ;;
+      i[3456]86-*-freebsd*)	machine=intel386 ;;
+    esac
+  ;;
+
   ## NetBSD ports
   *-*-netbsd* )
     opsys=netbsd
@@ -1027,7 +1036,6 @@
 				;;
       *-sysv4.2uw* )	  	opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
       *-386bsd* )	        opsys=386bsd ;;
-      *-freebsd* )	        opsys=freebsd ;;
       *-nextstep* )             opsys=nextstep ;;
       ## Otherwise, we'll fall through to the generic opsys code at the bottom.
     esac