Mercurial > emacs
diff config.guess @ 14961:2c7b32c3c6aa libc-960409 libc-960410 libc-960411 libc-960412
Add Solaris on PowerPC support
author | Michael Meissner <gnu@the-meissners.org> |
---|---|
date | Mon, 08 Apr 1996 20:19:10 +0000 |
parents | b9483b592728 |
children | aad88afa6a0c |
line wrap: on
line diff
--- a/config.guess Mon Apr 08 15:36:48 1996 +0000 +++ b/config.guess Mon Apr 08 20:19:10 1996 +0000 @@ -330,6 +330,9 @@ 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 ;;