update from prep
authorKarl Berry <karl@freefriends.org>
Tue, 20 May 2003 12:34:58 +0000 (12:34 +0000)
committerKarl Berry <karl@freefriends.org>
Tue, 20 May 2003 12:34:58 +0000 (12:34 +0000)
config/ChangeLog
config/config.guess

index db7391eeea6f0cb552f5f0c865b48179a063c51d..6618510524f632e169b478068abe9693e24de763 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-20    <karl@gnu.org>
+
+       * config.guess: update from prep.
+
 2003-05-18    <karl@gnu.org>
 
        * srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF might
index 6bdac8d7b61dbfc872cf150a34c8a73b420fa0bb..9e55e1a073b3e3f20cd976a468a8249df92520ba 100644 (file)
@@ -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 ;;