mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
* config.sub: Add support for Picochip.
* testsuite/config-sub.data: Add test cases.
This commit is contained in:
parent
51c0697af6
commit
8beeda93cb
@ -1,3 +1,9 @@
|
||||
2009-09-25 Hariharan Sandanagobalane <hariharan@picochip.com>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
* config.sub: Add support for Picochip.
|
||||
* testsuite/config-sub.data: Add test cases.
|
||||
|
||||
2009-09-23 Nick Clifton <nickc@redhat.com>
|
||||
Ben Elliston <bje@gnu.org>
|
||||
|
||||
|
4
config.sub
vendored
4
config.sub
vendored
@ -4,7 +4,7 @@
|
||||
# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
# Free Software Foundation, Inc.
|
||||
|
||||
timestamp='2009-09-23'
|
||||
timestamp='2009-09-25'
|
||||
|
||||
# This file is (in principle) common to ALL GNU software.
|
||||
# The presence of a machine in this file suggests that SOME GNU software
|
||||
@ -301,7 +301,7 @@ case $basic_machine in
|
||||
| z8k | z80)
|
||||
basic_machine=$basic_machine-unknown
|
||||
;;
|
||||
m6811 | m68hc11 | m6812 | m68hc12)
|
||||
m6811 | m68hc11 | m6812 | m68hc12 | picochip)
|
||||
# Motorola 68HC11/12.
|
||||
basic_machine=$basic_machine-unknown
|
||||
os=-none
|
||||
|
@ -156,3 +156,4 @@ microblaze microblaze-unknown-none
|
||||
microblaze-linux microblaze-unknown-linux-gnu
|
||||
rx rx-unknown-none
|
||||
rx-linux rx-unknown-linux-gnu
|
||||
picochip picochip-unknown-none
|
||||
|
Loading…
x
Reference in New Issue
Block a user