mirror of
git://git.savannah.gnu.org/config.git
synced 2025-06-07 06:50:21 +12:00
2000-06-28 Ben Elliston <bje@redhat.com>
* config.sub: Recognise Motorola 68HC11/12 targets. From Stephane Carrez <Stephane.Carrez@worldnet.fr>.
This commit is contained in:
parent
b4de286e0e
commit
8300c6838b
@ -1,3 +1,8 @@
|
||||
2000-06-28 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.sub: Recognise Motorola 68HC11/12 targets. From Stephane
|
||||
Carrez <Stephane.Carrez@worldnet.fr>.
|
||||
|
||||
2000-06-20 Ben Elliston <bje@redhat.com>
|
||||
|
||||
* config.sub: Recognise tic54x (Texas Instruments TMS320C54x) and
|
||||
|
7
config.sub
vendored
7
config.sub
vendored
@ -3,7 +3,7 @@
|
||||
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
version='2000-06-20'
|
||||
version='2000-06-28'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
@ -221,6 +221,11 @@ case $basic_machine in
|
||||
| thumb | d10v | fr30 | avr)
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
m6811 | m68hc11 | m6812 | m68hc12)
|
||||
# Motorola 68HC11/12.
|
||||
basic_machine=$basic_machine-unknown
|
||||
os=-none
|
||||
;;
|
||||
m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | z8k | v70 | h8500 | w65 | pj | pjl)
|
||||
;;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user