]> code.delx.au - gnu-emacs/commitdiff
Add support for FreeBSD/Alpha.
authorGerd Moellmann <gerd@gnu.org>
Thu, 29 Nov 2001 12:06:35 +0000 (12:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 29 Nov 2001 12:06:35 +0000 (12:06 +0000)
configure.in

index 0b8265cc2769d7e7c40d962e4dfbfe3077b2ada8..7af34fb142e42ecb7a3237218a9ead1338eb73c7 100644 (file)
@@ -183,6 +183,15 @@ changequote(, )dnl
 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 @@ case "${canonical}" in
                                ;;
       *-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