From 076bf4ebf8ed2dc065b627e16e6426bd009ba93a Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Sun, 29 Aug 2004 03:22:49 +0000 Subject: [PATCH] * config.sub: Handle crisv32, alias etraxfs. * config.guess (crisv32:Linux:*:*): Handle. * testsuite/config-sub.data: Add test case. * testsuite/config-guess.data: Likewise. --- ChangeLog | 7 +++++++ config.guess | 5 ++++- config.sub | 5 ++++- testsuite/config-guess.data | 1 + testsuite/config-sub.data | 1 + 5 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6eca236..bff5c21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-08-27 Hans-Peter Nilsson + + * config.sub: Handle crisv32, alias etraxfs. + * config.guess (crisv32:Linux:*:*): Handle. + * testsuite/config-sub.data: Add test case. + * testsuite/config-guess.data: Likewise. + 2004-08-22 Ben Elliston * Makefile (check): Run config-guess.sh tests as well. diff --git a/config.guess b/config.guess index 77c7cba..b92bd6f 100755 --- a/config.guess +++ b/config.guess @@ -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-13' +timestamp='2004-08-29' # 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 @@ -824,6 +824,9 @@ EOF cris:Linux:*:*) echo cris-axis-linux-gnu exit 0 ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit 0 ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu exit 0 ;; diff --git a/config.sub b/config.sub index ac6de98..edb6b66 100755 --- a/config.sub +++ b/config.sub @@ -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 ;; diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 46de12f..20e4562 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -1 +1,2 @@ i386 1.6 NetBSD GENERIC i386-unknown-netbsdelf1.6 +crisv32 2.6.6 Linux ingored crisv32-axis-linux-gnu diff --git a/testsuite/config-sub.data b/testsuite/config-sub.data index bda6691..fcd6b75 100644 --- a/testsuite/config-sub.data +++ b/testsuite/config-sub.data @@ -17,3 +17,4 @@ i586-elf i586-pc-elf i686-elf i686-pc-elf i786-elf i786-pc-elf amd64-unknown-freebsd5.2 x86_64-unknown-freebsd5.2 +crisv32-linux crisv32-axis-linux-gnu