summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-06-24 19:39:23 +0000
committerUlf Möller <ulf@openssl.org>1999-06-24 19:39:23 +0000
commit9b67b4b3caf071f490b95128f5dd44d9ce52032d (patch)
treee6f3192ea0a750bd3f63ab9e0eeb33ba269114e4 /config
parent034292ad6a38275efbc256b44e72eb5b5ebeceef (diff)
Use the same CPU recogition method for FreeBSD 3 as for the other FreeBSD
versions. (The FreeBSD and FreeBSD-elf Configure entries were identical.)
Diffstat (limited to 'config')
-rwxr-xr-xconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/config b/config
index 306af22654..63ddfbfe34 100755
--- a/config
+++ b/config
@@ -133,10 +133,6 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo "${MACHINE}-whatever-bsdi"; exit 0
;;
- FreeBSD:3*:*:*)
- echo "${MACHINE}-whatever-freebsd3"; exit 0
- ;;
-
FreeBSD:*:*:*386*)
case `sysctl -n hw.model` in
Pentium*)
@@ -331,8 +327,7 @@ case "$GUESSOS" in
sun4*-sun-solaris2) OUT="solaris-sparc-$CC" ;;
*86*-sun-solaris2) OUT="solaris-x86-$CC" ;;
*-*-sunos4) OUT="sunos-$CC" ;;
- alpha*-*-freebsd3) OUT="FreeBSD-alpha" ;;
- *-freebsd3) OUT="FreeBSD-elf" ;;
+ alpha*-*-freebsd) OUT="FreeBSD-alpha" ;;
*-freebsd) OUT="FreeBSD" ;;
*86*-*-netbsd) OUT="NetBSD-x86" ;;
sun3*-*-netbsd) OUT="NetBSD-m68" ;;