From ef9aa64e2e267f6de887698e5a333845694a92ea Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 23 Feb 2004 10:52:08 +0000 Subject: [PATCH] 2004-02-23 Tal Agmon * config.sub: Add support for National Semiconductor CRX target. --- ChangeLog | 4 ++++ config.sub | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5aed67e..f84520f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-23 Tal Agmon + + * config.sub: Add support for National Semiconductor CRX target. + 2004-02-16 Thorsten Glaser * config.guess (*:MirBSD:*:*, macppc:MirBSD:*:*): Handle. diff --git a/config.sub b/config.sub index d2e3557..264f820 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 Free Software Foundation, Inc. -timestamp='2004-02-16' +timestamp='2004-02-23' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -455,6 +455,10 @@ case $basic_machine in cris | cris-* | etrax*) basic_machine=cris-axis ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; da30 | da30-*) basic_machine=m68k-da30 ;;