Make OpenVMS get auto-detected. r=leaf

git-svn-id: svn://10.0.0.236/trunk@68692 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
colin%theblakes.com 2000-05-08 20:17:42 +00:00
parent 6c363350c8
commit be5c465ccd

View File

@ -975,6 +975,14 @@ EOF
# says <Richard.M.Bartel@ccMail.Census.GOV>
echo i586-unisys-sysv4
exit 0 ;;
*:*OpenVMS*:*:*)
case "${UNAME_SYSTEM}" in
POSIX_for_OpenVMS_AXP) echo alpha-dec-openvmsposix ;;
POSIX_for_OpenVMS_VAX) echo vax-dec-openvmsposix ;;
OpenVMS) echo alpha-dec-openvms ;;
*) echo unknown-dec-openvms ;;
esac
exit 0 ;;
*:UNIX_System_V:4*:FTX*)
# From Gerald Hewes <hewes@openmarket.com>.
# How about differentiating between stratus architectures? -djm