diff --git a/ChangeLog b/ChangeLog index 43fc695..13c4e3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-19 Hans-Peter Nilsson + + * config.guess (cris:Linux:*:*): New case. + 2003-05-09 Ben Elliston * config.guess (SHG2:*:4.0:3.0): Handle NCR System V UNIX machine. diff --git a/config.guess b/config.guess index 6bdac8d..9e55e1a 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-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 ;;