summaryrefslogtreecommitdiff
path: root/config/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-10-17 06:18:49 +0000
committerJim Meyering <jim@meyering.net>2003-10-17 06:18:49 +0000
commitb64c67fd1ef145dbe3d1309ebb8d6e1cb68b361d (patch)
treedd4a3466b739417cc30bbf56eca42af49822fb1f /config/config.guess
parent827c0490aa71251278387d34858cc33b190b9204 (diff)
downloadcoreutils-b64c67fd1ef145dbe3d1309ebb8d6e1cb68b361d.tar.xz
.
Diffstat (limited to 'config/config.guess')
-rw-r--r--config/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/config/config.guess b/config/config.guess
index 11271623b..afcb19c1d 100644
--- a/config/config.guess
+++ b/config/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;;