From: Richard M. Stallman Date: Sun, 19 Jul 1998 22:10:23 +0000 (+0000) Subject: (*:[Aa]miga[Oo][Ss]:*:*): New alternative. X-Git-Tag: emacs-20.3~294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=05b0d6922802332f8cf069006c2a80fcbbffeea0;p=emacs.git (*:[Aa]miga[Oo][Ss]:*:*): New alternative. (BeBox:BeOS:*:*, BeMac:BeOS:*:*): New alternatives. --- diff --git a/config.guess b/config.guess index ed660fb4ed0..9b6b0c6f66e 100755 --- a/config.guess +++ b/config.guess @@ -112,6 +112,9 @@ EOF amiga:OpenBSD:*:*) echo m68k-unknown-openbsd${UNAME_RELEASE} exit 0 ;; + *:[Aa]miga[Oo][Ss]:*:*) + echo ${UNAME_MACHINE}-unknown-amigaos + exit 0 ;; arc64:OpenBSD:*:*) echo mips64el-unknown-openbsd${UNAME_RELEASE} exit 0 ;; @@ -752,6 +755,15 @@ EOF echo mips-unknown-sysv${UNAME_RELEASE} fi exit 0 ;; + BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. + echo powerpc-be-beos + exit 0 ;; + BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. + echo powerpc-apple-beos + exit 0 ;; + BePC:BeOS:*:*) # BeOS running on Intel PC compatible. + echo i586-pc-beos + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2