From 5f8d73e14f9d00a59ef9d1fe0aaf6769b5034233 Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 16 Oct 2003 11:57:24 +0000 Subject: * config.guess: Update to 2003-10-16 version. * config.sub: Update to 2003-10-16 version. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72550 138bc75d-0d04-0410-961f-82ee72b054a4 --- config.guess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'config.guess') diff --git a/config.guess b/config.guess index 11271623bbd..afcb19c1d7e 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 Free Software Foundation, Inc. -timestamp='2003-10-07' +timestamp='2003-10-16' # 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 @@ -307,6 +307,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in *:OS/390:*:*) echo i370-ibm-openedition exit 0 ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit 0 ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} exit 0;; -- cgit v1.2.1