From 0ed13fdc9210d14820de8acc41d0efdaeb61d9c1 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 25 Oct 2004 12:21:17 +0000 Subject: [PATCH] 2004-10-25 Ben Elliston Reported by Monty Solomon : * config.guess (*:XENIX:*:SysV): New. * testsuite/config-guess.data: Add a test case. 2004-10-25 Ben Elliston Reported by Martin Hammer : * config.guess (DRS?6000:isis:4.2*:7*): New pattern. --- ChangeLog | 11 +++++++++++ config.guess | 9 ++++++--- testsuite/config-guess.data | 7 ++++--- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76f31bc..5f38187 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2004-10-25 Ben Elliston + + Reported by Monty Solomon : + * config.guess (*:XENIX:*:SysV): New. + * testsuite/config-guess.data: Add a test case. + +2004-10-25 Ben Elliston + + Reported by Martin Hammer : + * config.guess (DRS?6000:isis:4.2*:7*): New pattern. + 2004-09-07 Ben Elliston * config.guess (frv:Linux:*:*): New. diff --git a/config.guess b/config.guess index 7d0185e..c28419d 100755 --- 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-09-07' +timestamp='2004-10-25' # 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 @@ -342,7 +342,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 ;; @@ -1247,7 +1247,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 diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index fe257b2..46c5e90 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -1,3 +1,4 @@ -i386 1.6 NetBSD GENERIC i386-unknown-netbsdelf1.6 -crisv32 2.6.6 Linux ignored crisv32-axis-linux-gnu -frv 2.4.24 Linux ignored frv-unknown-linux-gnu +i386 1.6 NetBSD GENERIC i386-unknown-netbsdelf1.6 +crisv32 2.6.6 Linux ignored crisv32-axis-linux-gnu +frv 2.4.24 Linux ignored frv-unknown-linux-gnu +3 2.3.3 XENIX SysV i386-pc-xenix