2003-05-19 Hans-Peter Nilsson <hp@axis.com>

* config.guess (cris:Linux:*:*): New case.
This commit is contained in:
Ben Elliston 2003-05-18 23:48:48 +00:00
parent 890bba246a
commit b9a6fe7e47
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-05-19 Hans-Peter Nilsson <hp@axis.com>
* config.guess (cris:Linux:*:*): New case.
2003-05-09 Ben Elliston <bje@wasabisystems.com>
* config.guess (SHG2:*:4.0:3.0): Handle NCR System V UNIX machine.

5
config.guess vendored
View 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 ;;