diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-07-19 22:10:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-07-19 22:10:23 +0000 |
commit | 05b0d6922802332f8cf069006c2a80fcbbffeea0 (patch) | |
tree | 1802222dabe3b194cce35ec273d9f0b7e11266e1 /config.guess | |
parent | 93eaded85f53b87035140590f91a5379c8d8ee7f (diff) | |
download | emacs-05b0d6922802332f8cf069006c2a80fcbbffeea0.tar.gz |
(*:[Aa]miga[Oo][Ss]:*:*): New alternative.
(BeBox:BeOS:*:*, BeMac:BeOS:*:*): New alternatives.
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 12 |
1 files changed, 12 insertions, 0 deletions
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 |