* config.sub: Handle crisv32, alias etraxfs.

* config.guess (crisv32:Linux:*:*): Handle.
	* testsuite/config-sub.data: Add test case.
	* testsuite/config-guess.data: Likewise.
This commit is contained in:
Ben Elliston
2004-08-29 03:22:49 +00:00
parent ddc5f38bef
commit 076bf4ebf8
5 changed files with 17 additions and 2 deletions

5
config.sub 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-06-24'
timestamp='2004-08-29'
# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
@ -457,6 +457,9 @@ case $basic_machine in
crds | unos)
basic_machine=m68k-crds
;;
crisv32 | crisv32-* | etraxfs*)
basic_machine=crisv32-axis
;;
cris | cris-* | etrax*)
basic_machine=cris-axis
;;