diff options
| author | Richard M. Stallman | 1998-07-19 22:10:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-07-19 22:10:23 +0000 |
| commit | 05b0d6922802332f8cf069006c2a80fcbbffeea0 (patch) | |
| tree | 1802222dabe3b194cce35ec273d9f0b7e11266e1 | |
| parent | 93eaded85f53b87035140590f91a5379c8d8ee7f (diff) | |
| download | emacs-05b0d6922802332f8cf069006c2a80fcbbffeea0.tar.gz emacs-05b0d6922802332f8cf069006c2a80fcbbffeea0.zip | |
(*:[Aa]miga[Oo][Ss]:*:*): New alternative.
(BeBox:BeOS:*:*, BeMac:BeOS:*:*): New alternatives.
| -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 | |||
| 112 | amiga:OpenBSD:*:*) | 112 | amiga:OpenBSD:*:*) |
| 113 | echo m68k-unknown-openbsd${UNAME_RELEASE} | 113 | echo m68k-unknown-openbsd${UNAME_RELEASE} |
| 114 | exit 0 ;; | 114 | exit 0 ;; |
| 115 | *:[Aa]miga[Oo][Ss]:*:*) | ||
| 116 | echo ${UNAME_MACHINE}-unknown-amigaos | ||
| 117 | exit 0 ;; | ||
| 115 | arc64:OpenBSD:*:*) | 118 | arc64:OpenBSD:*:*) |
| 116 | echo mips64el-unknown-openbsd${UNAME_RELEASE} | 119 | echo mips64el-unknown-openbsd${UNAME_RELEASE} |
| 117 | exit 0 ;; | 120 | exit 0 ;; |
| @@ -752,6 +755,15 @@ EOF | |||
| 752 | echo mips-unknown-sysv${UNAME_RELEASE} | 755 | echo mips-unknown-sysv${UNAME_RELEASE} |
| 753 | fi | 756 | fi |
| 754 | exit 0 ;; | 757 | exit 0 ;; |
| 758 | BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. | ||
| 759 | echo powerpc-be-beos | ||
| 760 | exit 0 ;; | ||
| 761 | BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. | ||
| 762 | echo powerpc-apple-beos | ||
| 763 | exit 0 ;; | ||
| 764 | BePC:BeOS:*:*) # BeOS running on Intel PC compatible. | ||
| 765 | echo i586-pc-beos | ||
| 766 | exit 0 ;; | ||
| 755 | esac | 767 | esac |
| 756 | 768 | ||
| 757 | #echo '(No uname command or uname output not recognized.)' 1>&2 | 769 | #echo '(No uname command or uname output not recognized.)' 1>&2 |