summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPer Bothner <bothner@cygnus.com>1997-05-05 22:04:41 +0000
committerPer Bothner <bothner@cygnus.com>1997-05-05 22:04:41 +0000
commit4eccbbe429ccd6ead6a3f69f836edb2959327c15 (patch)
treeccc5355369269ac1740d8ae7fb5308c3d34c57c3
parent20b669723ece847e23fa03dae04f9938e6cb20ee (diff)
downloademacs-4eccbbe429ccd6ead6a3f69f836edb2959327c15.tar.gz
CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janssen).libc-970507libc-970506
-rwxr-xr-xconfig.guess3
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; {