* PATCH: recognize M32C in config.sub
@ 2005-06-02 22:10 Jim Blandy
0 siblings, 0 replies; only message in thread
From: Jim Blandy @ 2005-06-02 22:10 UTC (permalink / raw)
To: binutils, gdb-patches
I've committed the following change to the binutils/gdb tree; it's
been approved and committed by the CONFIG maintainers.
2005-06-02 Jim Blandy <jimb@redhat.com>
* config.sub: Add cases for the Renesas m32c. (This patch has been
accepted into the master sources.)
Index: config.sub
===================================================================
RCS file: /cvs/src/src/config.sub,v
retrieving revision 1.51
diff -c -p -r1.51 config.sub
*** config.sub 29 Apr 2005 14:00:02 -0000 1.51
--- config.sub 31 May 2005 20:55:03 -0000
*************** case $basic_machine in
*** 273,278 ****
--- 273,281 ----
| z8k)
basic_machine=$basic_machine-unknown
;;
+ m32c)
+ basic_machine=$basic_machine-unknown
+ ;;
m6811 | m68hc11 | m6812 | m68hc12)
# Motorola 68HC11/12.
basic_machine=$basic_machine-unknown
*************** case $basic_machine in
*** 351,356 ****
--- 354,361 ----
| ymp-* \
| z8k-*)
;;
+ m32c-*)
+ ;;
# Recognize the various machine names and aliases which stand
# for a CPU type and a company and sometimes even an OS.
386bsd)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-02 22:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-02 22:10 PATCH: recognize M32C in config.sub Jim Blandy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox