This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
               ;;


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]