Add Solaris on PowerPC support

From-SVN: r11677
This commit is contained in:
Michael Meissner 1996-04-08 20:19:10 +00:00
parent 766a866c11
commit 3066b88a9f
1 changed files with 3 additions and 0 deletions

3
gcc/config.guess vendored
View File

@ -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 ;;