* config.guess (*:z/VM:*:*): Add new case.

* config.sub (os): Add case for -zvmoe.
	* testsuite/config-guess.data: Add a test case.
	* testsuite/config-sub.data: Likewise.
This commit is contained in:
Ben Elliston 2004-11-13 21:10:40 +00:00
parent 8e1394e15d
commit d4516da077
5 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2004-11-12 Ben Elliston <bje@gnu.org>
* config.guess (*:z/VM:*:*): Add new case.
* config.sub (os): Add case for -zvmoe.
* testsuite/config-guess.data: Add a test case.
* testsuite/config-sub.data: Likewise.
2004-11-12 Ben Elliston <bje@gnu.org>
* testsuite/config-guess.sh: Use , and not / as the sed delimiter.

5
config.guess vendored
View File

@ -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-10-25'
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 ;;

3
config.sub vendored
View File

@ -1301,6 +1301,9 @@ case $os in
-kaos*)
os=-kaos
;;
-zvmoe)
os=-zvmoe
;;
-none)
;;
*)

View File

@ -2,3 +2,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
3 2.3.3 XENIX SysV i386-pc-xenix
2064 ignored z/VM ignored s390-ibm-zvmoe

View File

@ -21,3 +21,4 @@ cris-linux cris-axis-linux-gnu
crisv32-linux crisv32-axis-linux-gnu
frv-linux frv-unknown-linux-gnu
djgpp i586-pc-msdosdjgpp
s390-ibm-zvmoe s390-ibm-zvmoe