From ba45dae077ec05252b96aaaf184741cab8b3d34d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 29 Nov 2001 12:06:35 +0000 Subject: [PATCH] Add support for FreeBSD/Alpha. --- configure.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 0b8265cc27..7af34fb142 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.20.1