summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorBernardo Innocenti <bernie@develer.com>2003-10-16 13:57:24 +0200
committerBernardo Innocenti <bernie@gcc.gnu.org>2003-10-16 13:57:24 +0200
commit507ec7454efba5aae4129437dc035159ca5822ab (patch)
tree63aab770fd93e5128554bafdba968c23f946bac2 /config.guess
parent82917bf99d9bf5cd5f6fc8e41639e4ac878ed9f6 (diff)
config.guess: Update to 2003-10-16 version.
* config.guess: Update to 2003-10-16 version. * config.sub: Update to 2003-10-16 version. From-SVN: r72550
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess5
1 files changed, 4 insertions, 1 deletions
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;;