2003-10-16 Ben Elliston <bje@wasabisystems.com>

Reported by Todd Humphrey <thump@isl.net>:
	* config.guess (*:OS400:*:*): Detect OS/400 on AS/400 machines.
	* config.sub (os400, -os400*): Recognise.
This commit is contained in:
Ben Elliston
2003-10-16 06:36:48 +00:00
parent 6bef5ff182
commit a11a2d39fd
3 changed files with 22 additions and 3 deletions

12
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
timestamp='2003-10-07'
timestamp='2003-10-16'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -743,6 +743,10 @@ case $basic_machine in
basic_machine=or32-unknown
os=-coff
;;
os400)
basic_machine=powerpc-ibm
os=-os400
;;
OSE68000 | ose68000)
basic_machine=m68000-ericsson
os=-ose
@ -1182,6 +1186,9 @@ case $os in
-opened*)
os=-openedition
;;
-os400*)
os=-os400
;;
-wince*)
os=-wince
;;
@ -1473,6 +1480,9 @@ case $basic_machine in
-mvs* | -opened*)
vendor=ibm
;;
-os400*)
vendor=ibm
;;
-ptx*)
vendor=sequent
;;