summaryrefslogtreecommitdiff
path: root/config/config.guess
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-05-20 18:48:24 +0000
committerJim Meyering <jim@meyering.net>2003-05-20 18:48:24 +0000
commit23dbc2747d4614f88e48e5dadf91d284fc41f95a (patch)
treee5f1ea587821a1831789a2f2b7a8e147b487dc5d /config/config.guess
parent8f3b0f9c1f05b3dcf54f005b78d7c759a598f01b (diff)
downloadcoreutils-23dbc2747d4614f88e48e5dadf91d284fc41f95a.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 6bdac8d7b..9e55e1a07 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 ;;