Commit 795f831c authored by briano%netscape.com's avatar briano%netscape.com
Browse files

Added support for Rhapsody.

parent 2c451aef
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -245,6 +245,10 @@ EOF
		echo mips-sni-sinix
	fi
	exit 0 ;;
    *:Rhapsody:*:*)
	test ! -z "`echo ${UNAME_MACHINE} | grep Power`" && echo ppc-apple-rhapsody${UNAME_RELEASE} && exit 0
	echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
	exit 0 ;;
    *:QNX:*:*)
	echo x86-qnx-qnx`echo ${UNAME_VERSION} | sed 's/^\([0-9]\)\([0-9]*\)$/\1.\2/'`
	exit 0 ;;