PATCH: recognize M32C in config.sub

Jim Blandy jimb@redhat.com
Thu Jun 2 22:10:00 GMT 2005


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)



More information about the Binutils mailing list