diff options
| author | Alexander Barton <alex@barton.de> | 2005-01-27 00:15:53 +0000 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2005-01-27 00:15:53 +0000 |
| commit | 0c293ae98869b4cf9d860c7fad984f002106f5d6 (patch) | |
| tree | 61d07c9d7d340b34808ffd5a7ffb30a50ef4c4ac /config.guess | |
| parent | 18c92d9de7e8100ed9026b339bb84ee75d8e1d81 (diff) | |
| download | ngircd-0c293ae98869b4cf9d860c7fad984f002106f5d6.tar.gz ngircd-0c293ae98869b4cf9d860c7fad984f002106f5d6.zip | |
Updated config.sub and config.guess
Diffstat (limited to 'config.guess')
| -rw-r--r-- | config.guess | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/config.guess b/config.guess index 77c7cbab..82294713 100644 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. -timestamp='2004-08-13' +timestamp='2004-11-12' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -319,6 +319,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit 0 ;; *:OS400:*:*) echo powerpc-ibm-os400 exit 0 ;; @@ -342,7 +345,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in DRS?6000:unix:4.0:6*) echo sparc-icl-nx6 exit 0 ;; - DRS?6000:UNIX_SV:4.2*:7*) + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in sparc) echo sparc-icl-nx7 && exit 0 ;; esac ;; @@ -824,6 +827,12 @@ EOF cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; @@ -1241,7 +1250,10 @@ EOF A*) echo alpha-dec-vms && exit 0 ;; I*) echo ia64-dec-vms && exit 0 ;; V*) echo vax-dec-vms && exit 0 ;; - esac + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit 0 ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 |