X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=config.guess;h=afcb19c1d7eb77d502350a8226c41b078976d966;hb=8c3fd794b9d0586fe5dc2def13c80b76c7339ee8;hp=11271623bbd264b4e32e6ea38bd50497b50e6f86;hpb=258ddda46e14d58dca68f395157b02cadde4d07a;p=pf3gnuchains%2Fgcc-fork.git 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;;