Commit 077e4b01 by Richard Kenner

(ibmrt): Add more cases for various forms of BSD.

From-SVN: r8581
parent 84430d2c
......@@ -173,8 +173,11 @@ EOF
*:AIX:*:*)
echo rs6000-ibm-aix
exit 0 ;;
ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and 4.4BSD
echo romp-ibm-bsd${UNAME_RELEASE} # and 4.3 with uname added to
ibmrt:4.4BSD:*|romp-ibm:BSD:*)
echo romp-ibm-bsd4.4
exit 0 ;;
ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC NetBSD and
echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
exit 0 ;; # report: romp-ibm BSD 4.3
*:BOSX:*:*)
echo rs6000-bull-bosx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment