This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
picochip port in config.sub
- From: Hariharan <hariharans at picochip dot com>
- To: config-patches at gnu dot org, gcc-patches at gnu dot org, bje at au1 dot ibm dot com, dje dot gcc at gmail dot com
- Date: Thu, 24 Sep 2009 11:14:41 +0100
- Subject: picochip port in config.sub
Hi,
I would like to add picochip target to config.sub to support the
picochip processor, an existing port for GCC. Though I added the port to
GCC about a year ago, this was never added to config.sub. OK to apply?
Regards
Hari
ChangeLog:
config.sub : Added picochip target.
Patch:
Index: config.sub
===================================================================
--- config.sub (revision 152114)
+++ config.sub (working copy)
@@ -301,8 +301,8 @@
| z8k | z80)
basic_machine=$basic_machine-unknown
;;
- m6811 | m68hc11 | m6812 | m68hc12)
- # Motorola 68HC11/12.
+ m6811 | m68hc11 | m6812 | m68hc12 | picochip)
+ # Motorola 68HC11/12 and picochip.
basic_machine=$basic_machine-unknown
os=-none
;;