Mercurial > emacs
changeset 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 | 8fe7e5e09773 |
children | 75e7ffc5c547 |
files | config.guess |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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 ;;