summaryrefslogtreecommitdiffstats
path: root/src/config/config.guess
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>1999-09-01 19:53:45 +0000
committerKen Raeburn <raeburn@mit.edu>1999-09-01 19:53:45 +0000
commitf20ec57a660b124feba9d3358de38cd6cd99b0be (patch)
tree8d92ea37e3bf0bce01b4f2069b2cf9db7c2dfe2d /src/config/config.guess
parent3d8346b4c1911d90a458e4fb456cddf95d79ba4d (diff)
downloadkrb5-f20ec57a660b124feba9d3358de38cd6cd99b0be.tar.gz
krb5-f20ec57a660b124feba9d3358de38cd6cd99b0be.tar.xz
krb5-f20ec57a660b124feba9d3358de38cd6cd99b0be.zip
rhapsody and 'make -k' fixes from 1.1 branch
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11758 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config/config.guess')
-rw-r--r--src/config/config.guess13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/config/config.guess b/src/config/config.guess
index c4cdae72f4..98fea7b84b 100644
--- a/src/config/config.guess
+++ b/src/config/config.guess
@@ -810,6 +810,19 @@ EOF
BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
echo i586-pc-beos
exit 0 ;;
+# MIT addition
+ Power\ Macintosh:Rhapsody:*:*)
+ echo powerpc-apple-rhapsody${UNAME_RELEASE}
+ exit 0 ;;
+# MIT addition
+ powerpc:Rhapsody:*:*)
+ echo powerpc-unknown-rhapsody${UNAME_RELEASE}
+ exit 0 ;;
+# MIT addition
+ i?86:Rhapsody:*:*)
+ echo i386-unknown-rhapsody${UNAME_RELEASE}
+ exit 0 ;;
+# MIT addition
Power\ Macintosh:Mac\ OS:*:*)
echo powerpc-apple-macos${UNAME_RELEASE}
exit 0 ;;