summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-16 11:57:24 +0000
committerbernie <bernie@138bc75d-0d04-0410-961f-82ee72b054a4>2003-10-16 11:57:24 +0000
commit5f8d73e14f9d00a59ef9d1fe0aaf6769b5034233 (patch)
tree63aab770fd93e5128554bafdba968c23f946bac2 /config.guess
parentf02797d434366773d6275c4bbb92e9035382a8a0 (diff)
downloadgcc-5f8d73e14f9d00a59ef9d1fe0aaf6769b5034233.tar.gz
* 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
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;;