* config.guess (frv:Linux:*:*): New.

* testsuite/config-sub.data: Add cris-linux, frv-linux.
	* testsuite/config-guess.data: Add frv-linux-unknown-gnu case.
This commit is contained in:
Ben Elliston
2004-09-07 00:13:17 +00:00
parent fb27dcf305
commit 6a708cefa1
4 changed files with 14 additions and 2 deletions

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
timestamp='2004-08-29'
timestamp='2004-09-07'
# 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
@ -827,6 +827,9 @@ EOF
crisv32:Linux:*:*)
echo crisv32-axis-linux-gnu
exit 0 ;;
frv:Linux:*:*)
echo frv-unknown-linux-gnu
exit 0 ;;
ia64:Linux:*:*)
echo ${UNAME_MACHINE}-unknown-linux-gnu
exit 0 ;;