2004-02-11 Galit Heller <Galit.Heller@nsc.com>

* config.sub: Add support for National Semiconductor CR16C target.
This commit is contained in:
Ben Elliston 2004-02-10 23:28:39 +00:00
parent dc8ae8884c
commit af859a7af9
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-02-11 Galit Heller <Galit.Heller@nsc.com>
* config.sub: Add support for National Semiconductor CR16C target.
2004-02-02 Ben Elliston <bje@wasabisystems.com> 2004-02-02 Ben Elliston <bje@wasabisystems.com>
* config.guess (*:ekkoBSD:*:*): Handle. * config.guess (*:ekkoBSD:*:*): Handle.

6
config.sub vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003 Free Software Foundation, Inc. # 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. # This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME 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 basic_machine=j90-cray
os=-unicos os=-unicos
;; ;;
cr16c)
basic_machine=cr16c-unknown
os=-elf
;;
crds | unos) crds | unos)
basic_machine=m68k-crds basic_machine=m68k-crds
;; ;;