From: Michael Meissner Date: Mon, 8 Apr 1996 20:19:10 +0000 (+0000) Subject: Add Solaris on PowerPC support X-Git-Tag: emacs-19.34~899 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=24509d9c55600f60c47fef8b1db5ed6caed483be;p=emacs.git Add Solaris on PowerPC support --- diff --git a/config.guess b/config.guess index c3c4e799a6b..213b9eec16f 100755 --- a/config.guess +++ b/config.guess @@ -330,6 +330,9 @@ EOF p*:CYGWIN*:*) echo powerpcle-unknown-cygwin32 exit 0 ;; + prep*:SunOS:5.*:*) + echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + exit 0 ;; *:GNU:*:*) echo `echo ${UNAME_MACHINE}|sed -e 's,/.*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` exit 0 ;;