From: Karl Berry Date: Tue, 20 May 2003 12:34:58 +0000 (+0000) Subject: update from prep X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12623513a62907390d0eccbf29d5492ed4b0ef99;p=pspp update from prep --- diff --git a/config/ChangeLog b/config/ChangeLog index db7391eeea..6618510524 100644 --- a/config/ChangeLog +++ b/config/ChangeLog @@ -1,3 +1,7 @@ +2003-05-20 + + * config.guess: update from prep. + 2003-05-18 * srclistvars.sh (TEXMF): use TEXMFROOT instead, since TEXMF might 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 ;;