diff options
author | Michael Meissner <gnu@the-meissners.org> | 1996-04-08 20:19:10 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1996-04-08 20:19:10 +0000 |
commit | 24509d9c55600f60c47fef8b1db5ed6caed483be (patch) | |
tree | 0920b5c857d375080ebbfdf3ff92e2e37210d221 /config.guess | |
parent | c757fb07fd819cd51623543cb1889a480a2b5d85 (diff) | |
download | emacs-24509d9c55600f60c47fef8b1db5ed6caed483be.tar.gz |
Add Solaris on PowerPC support
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
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 ;; |