This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Add m68hc12 to list of supported configurations in GAS


Hi Guys,

  I have applied the following patch add m68hc12 as a supported
  configuration alongside m6812 and m6811.

Cheers
	Nick

2000-10-27  Nick Clifton  <nickc@redhat.com>

	* configure.in (emulations): Add m68hc12.
	* configure: Regenerate.
	* po/gas.pot: Regenerate.
	
Index: configure.in
===================================================================
RCS file: /cvs/src//src/gas/configure.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -p -r1.43 -r1.44
*** configure.in	2000/09/10 19:48:45	1.43
--- configure.in	2000/10/27 18:57:33	1.44
*************** changequote([,])dnl
*** 123,129 ****
  changequote(,)dnl
        i[456]86)		cpu_type=i386 ;;
        ia64)		cpu_type=ia64 ;;
!       m6811|m6812)	cpu_type=m68hc11 ;;
        m680[012346]0)	cpu_type=m68k ;;
  changequote([,])dnl
        m68008)		cpu_type=m68k ;;
--- 123,129 ----
  changequote(,)dnl
        i[456]86)		cpu_type=i386 ;;
        ia64)		cpu_type=ia64 ;;
!       m6811|m6812|m68hc12) cpu_type=m68hc11 ;;
        m680[012346]0)	cpu_type=m68k ;;
  changequote([,])dnl
        m68008)		cpu_type=m68k ;;

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