Index: configure.tgt =================================================================== RCS file: /cvs/src/src/ld/configure.tgt,v retrieving revision 1.141 diff -c -r1.141 configure.tgt *** configure.tgt 3 Dec 2003 15:07:17 -0000 1.141 --- configure.tgt 10 Dec 2003 03:51:08 -0000 *************** *** 115,121 **** ia64-*-netbsd*) targ_emul=elf64_ia64 ;; ia64-*-linux*) targ_emul=elf64_ia64 ;; ia64-*-aix*) targ_emul=elf64_aix ;; ! m32r-*-*) targ_emul=m32relf ;; m68hc11-*-*|m6811-*-*) targ_emul=m68hc11elf targ_extra_emuls="m68hc11elfb m68hc12elf m68hc12elfb" ;; m68hc12-*-*|m6812-*-*) targ_emul=m68hc12elf --- 115,124 ---- ia64-*-netbsd*) targ_emul=elf64_ia64 ;; ia64-*-linux*) targ_emul=elf64_ia64 ;; ia64-*-aix*) targ_emul=elf64_aix ;; ! m32r*le-*-elf*) targ_emul=m32rlelf ;; ! m32r*-*-elf*) targ_emul=m32relf ;; ! m32r*le-*-linux-gnu*) targ_emul=m32rlelf_linux ;; ! m32r*-*-linux-gnu*) targ_emul=m32relf_linux ;; m68hc11-*-*|m6811-*-*) targ_emul=m68hc11elf targ_extra_emuls="m68hc11elfb m68hc12elf m68hc12elfb" ;; m68hc12-*-*|m6812-*-*) targ_emul=m68hc12elf