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:
parent
6c363350c8
commit
be5c465ccd
8
mozilla/build/autoconf/config.guess
vendored
8
mozilla/build/autoconf/config.guess
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user