mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-28 18:16:36 +12:00
2003-05-19 Hans-Peter Nilsson <hp@axis.com>
* config.guess (cris:Linux:*:*): New case.
This commit is contained in:
parent
890bba246a
commit
b9a6fe7e47
@ -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
5
config.guess
vendored
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user