mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* 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:
parent
8e1394e15d
commit
d4516da077
@ -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>
|
2004-11-12 Ben Elliston <bje@gnu.org>
|
||||||
|
|
||||||
* testsuite/config-guess.sh: Use , and not / as the sed delimiter.
|
* testsuite/config-guess.sh: Use , and not / as the sed delimiter.
|
||||||
|
5
config.guess
vendored
5
config.guess
vendored
@ -3,7 +3,7 @@
|
|||||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
|
||||||
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
|
# 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
|
# 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
|
# 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:*:*)
|
*:OS/390:*:*)
|
||||||
echo i370-ibm-openedition
|
echo i370-ibm-openedition
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
*:z/VM:*:*)
|
||||||
|
echo s390-ibm-zvmoe
|
||||||
|
exit 0 ;;
|
||||||
*:OS400:*:*)
|
*:OS400:*:*)
|
||||||
echo powerpc-ibm-os400
|
echo powerpc-ibm-os400
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
3
config.sub
vendored
3
config.sub
vendored
@ -1301,6 +1301,9 @@ case $os in
|
|||||||
-kaos*)
|
-kaos*)
|
||||||
os=-kaos
|
os=-kaos
|
||||||
;;
|
;;
|
||||||
|
-zvmoe)
|
||||||
|
os=-zvmoe
|
||||||
|
;;
|
||||||
-none)
|
-none)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
@ -2,3 +2,4 @@ i386 1.6 NetBSD GENERIC i386-unknown-netbsdelf1.6
|
|||||||
crisv32 2.6.6 Linux ignored crisv32-axis-linux-gnu
|
crisv32 2.6.6 Linux ignored crisv32-axis-linux-gnu
|
||||||
frv 2.4.24 Linux ignored frv-unknown-linux-gnu
|
frv 2.4.24 Linux ignored frv-unknown-linux-gnu
|
||||||
3 2.3.3 XENIX SysV i386-pc-xenix
|
3 2.3.3 XENIX SysV i386-pc-xenix
|
||||||
|
2064 ignored z/VM ignored s390-ibm-zvmoe
|
||||||
|
@ -21,3 +21,4 @@ cris-linux cris-axis-linux-gnu
|
|||||||
crisv32-linux crisv32-axis-linux-gnu
|
crisv32-linux crisv32-axis-linux-gnu
|
||||||
frv-linux frv-unknown-linux-gnu
|
frv-linux frv-unknown-linux-gnu
|
||||||
djgpp i586-pc-msdosdjgpp
|
djgpp i586-pc-msdosdjgpp
|
||||||
|
s390-ibm-zvmoe s390-ibm-zvmoe
|
||||||
|
Loading…
x
Reference in New Issue
Block a user