mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
* config.sub: Add support for National Semiconductor CRX target.
This commit is contained in:
parent
b5a2577732
commit
ef9aa64e2e
@ -1,3 +1,7 @@
|
|||||||
|
2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
|
||||||
|
|
||||||
|
* config.sub: Add support for National Semiconductor CRX target.
|
||||||
|
|
||||||
2004-02-16 Thorsten Glaser <x86@ePost.de>
|
2004-02-16 Thorsten Glaser <x86@ePost.de>
|
||||||
|
|
||||||
* config.guess (*:MirBSD:*:*, macppc:MirBSD:*:*): Handle.
|
* config.guess (*:MirBSD:*:*, macppc:MirBSD:*:*): 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-16'
|
timestamp='2004-02-23'
|
||||||
|
|
||||||
# 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
|
||||||
@ -455,6 +455,10 @@ case $basic_machine in
|
|||||||
cris | cris-* | etrax*)
|
cris | cris-* | etrax*)
|
||||||
basic_machine=cris-axis
|
basic_machine=cris-axis
|
||||||
;;
|
;;
|
||||||
|
crx)
|
||||||
|
basic_machine=crx-unknown
|
||||||
|
os=-elf
|
||||||
|
;;
|
||||||
da30 | da30-*)
|
da30 | da30-*)
|
||||||
basic_machine=m68k-da30
|
basic_machine=m68k-da30
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user