Index: configure.in =================================================================== RCS file: /cvs/src/src/gas/configure.in,v retrieving revision 1.145 diff -c -r1.145 configure.in *** configure.in 3 Dec 2003 15:07:16 -0000 1.145 --- configure.in 10 Dec 2003 03:50:23 -0000 *************** *** 164,169 **** --- 164,171 ---- sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c. v850*) cpu_type=v850 ;; xtensa*) cpu_type=xtensa arch=xtensa ;; + m32r) cpu_type=m32r target_cpu=m32r endian=big ;; + m32rle) cpu_type=m32r target_cpu=m32r endian=little ;; *) cpu_type=${cpu} ;; esac *************** *** 337,343 **** iq2000-*-elf) fmt=elf bfd_gas=yes ;; ! m32r-*-*) fmt=elf ;; m68hc11-*-* | m6811-*-*) fmt=elf ;; m68hc12-*-* | m6812-*-*) fmt=elf ;; --- 339,346 ---- iq2000-*-elf) fmt=elf bfd_gas=yes ;; ! m32r-*-elf*) fmt=elf ;; ! m32r-*-linux*) fmt=elf em=linux;; m68hc11-*-* | m6811-*-*) fmt=elf ;; m68hc12-*-* | m6812-*-*) fmt=elf ;;