mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2004-02-11 Galit Heller <Galit.Heller@nsc.com>
* config.sub: Add support for National Semiconductor CR16C target.
This commit is contained in:
parent
dc8ae8884c
commit
af859a7af9
@ -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
6
config.sub
vendored
@ -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
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user