From: Jim Meyering Date: Tue, 20 May 2003 18:48:24 +0000 (+0000) Subject: . X-Git-Tag: v5.0.1~455 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=23dbc2747d4614f88e48e5dadf91d284fc41f95a;p=thirdparty%2Fcoreutils.git . --- diff --git a/config/config.guess b/config/config.guess index 6bdac8d7b6..9e55e1a073 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-05-09' +timestamp='2003-05-19' # 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 @@ -797,6 +797,9 @@ EOF arm*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;;