comparison configure.in @ 41673:6a354e487a71

Add support for FreeBSD/Alpha.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 29 Nov 2001 12:06:35 +0000
parents 5413abaea7d8
children 2d94a7f54504
comparison
equal deleted inserted replaced
41672:e97532eb87c4 41673:6a354e487a71
180 ### "System V Release 4"; he writes, "The old convention encouraged 180 ### "System V Release 4"; he writes, "The old convention encouraged
181 ### confusion between `system' and `release' levels'." 181 ### confusion between `system' and `release' levels'."
182 182
183 machine='' opsys='' unported=no 183 machine='' opsys='' unported=no
184 case "${canonical}" in 184 case "${canonical}" in
185
186 ## FreeBSD ports
187 *-*-freebsd* )
188 opsys=freebsd
189 case "${canonical}" in
190 alpha*-*-freebsd*) machine=alpha ;;
191 i[3456]86-*-freebsd*) machine=intel386 ;;
192 esac
193 ;;
185 194
186 ## NetBSD ports 195 ## NetBSD ports
187 *-*-netbsd* ) 196 *-*-netbsd* )
188 opsys=netbsd 197 opsys=netbsd
189 case "${canonical}" in 198 case "${canonical}" in
1025 # /lib/cpp does not accept it. 1034 # /lib/cpp does not accept it.
1026 OVERRIDE_CPPFLAGS=" " 1035 OVERRIDE_CPPFLAGS=" "
1027 ;; 1036 ;;
1028 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;; 1037 *-sysv4.2uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
1029 *-386bsd* ) opsys=386bsd ;; 1038 *-386bsd* ) opsys=386bsd ;;
1030 *-freebsd* ) opsys=freebsd ;;
1031 *-nextstep* ) opsys=nextstep ;; 1039 *-nextstep* ) opsys=nextstep ;;
1032 ## Otherwise, we'll fall through to the generic opsys code at the bottom. 1040 ## Otherwise, we'll fall through to the generic opsys code at the bottom.
1033 esac 1041 esac
1034 ;; 1042 ;;
1035 1043