Skip to content

Commit

Permalink
CLIX patch from Thomas Dickey via urs@akk.uni-karlsruhe.de (Urs Janss…
Browse files Browse the repository at this point in the history
…en).
  • Loading branch information
Per Bothner committed May 5, 1997
1 parent 20b6697 commit 4eccbbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -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; {
Expand Down

0 comments on commit 4eccbbe

Please sign in to comment.