summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-30 23:54:52 +0000
committerBodo Möller <bodo@openssl.org>1999-05-30 23:54:52 +0000
commit0cceb1c708d716dbfe1bd08dc947b81ba7ae4f93 (patch)
treec8c1b85584084a89164760b70099953a96854ff9 /config
parent7e258a56da59ba5436523e36293d6c5421e1478b (diff)
BSD/OS 4.x support (bsdi-elf-gcc)
Diffstat (limited to 'config')
-rwxr-xr-xconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/config b/config
index b13bc6e18d..4f07fdf8e2 100755
--- a/config
+++ b/config
@@ -114,6 +114,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo "${MACHINE}-lynx-lynxos"; exit 0
;;
+ BSD/OS:4.*)
+ echo "${MACHINE}-whatever-bsdi4"; exit 0
+ ;;
+
BSD/386:*:*:*486*|BSD/OS:*:*:*:*486*)
echo "i486-whatever-bsdi"; exit 0
;;
@@ -321,6 +325,7 @@ case "$GUESSOS" in
alpha*-*-openbsd) OUT="OpenBSD-alpha" ;;
pmax*-*-openbsd) OUT="OpenBSD-mips" ;;
*-*-openbsd) OUT="OpenBSD" ;;
+ *86*-*-bsdi4) OUT="bsdi-elf-gcc" ;;
*-*-osf) OUT="alpha-cc" ;;
*-*-unixware*) OUT="unixware-2.0" ;;
RM*-siemens-sysv4) OUT="ReliantUNIX" ;;