diff options
author | Per Bothner <bothner@cygnus.com> | 1997-05-05 22:04:41 +0000 |
---|---|---|
committer | Per Bothner <bothner@cygnus.com> | 1997-05-05 22:04:41 +0000 |
commit | 4eccbbe429ccd6ead6a3f69f836edb2959327c15 (patch) | |
tree | ccc5355369269ac1740d8ae7fb5308c3d34c57c3 /config.guess | |
parent | 20b669723ece847e23fa03dae04f9938e6cb20ee (diff) | |
download | emacs-4eccbbe429ccd6ead6a3f69f836edb2959327c15.tar.gz |
CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).libc-970507libc-970506
Diffstat (limited to 'config.guess')
-rwxr-xr-x | config.guess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess index b6f37c9919e..bfd352355e1 100755 --- a/config.guess +++ b/config.guess @@ -168,6 +168,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} exit 0 ;; + 2020:CLIX:*:*) + echo clipper-intergraph-clix${UNAME_RELEASE} + exit 0 ;; mips:*:*:UMIPS | mips:*:*:RISCos) sed 's/^ //' << EOF >dummy.c int main (argc, argv) int argc; char **argv; { |