diff --git a/ChangeLog b/ChangeLog index 70c300b..7affca8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2004-02-11 Galit Heller + + * config.sub: Add support for National Semiconductor CR16C target. + 2004-02-02 Ben Elliston * config.guess (*:ekkoBSD:*:*): Handle. diff --git a/config.sub b/config.sub index c6ee004..733c49c 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-02' +timestamp='2004-02-11' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -442,6 +442,10 @@ case $basic_machine in basic_machine=j90-cray os=-unicos ;; + cr16c) + basic_machine=cr16c-unknown + os=-elf + ;; crds | unos) basic_machine=m68k-crds ;;