From f13624e0f8a3c28c90aa0ce8ee36b639a491e4a9 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:07:38 +0000 Subject: zsh-3.1.5-pws-2 --- config.guess | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.guess') diff --git a/config.guess b/config.guess index 92b77bc52..206b98874 100755 --- a/config.guess +++ b/config.guess @@ -557,6 +557,12 @@ EOF # says echo i586-unisys-sysv4 exit 0 ;; + Power*:Rhapsody:*:*) + echo powerpc-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; + *:Rhapsody:*:*) + echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 -- cgit 1.4.1