[PATCH][m32r-elf] fix PR target/10978

Kazuhiro Inaoka inaoka.kazuhiro@renesas.com
Mon May 26 10:03:00 GMT 2003


This patch adds support to install multilib parts for m32rx processor.


2003-05-26    Kazuhiro Inaoka  <inaoka dot kazuhiro at renesas dot com>

        * gcc/config.gcc Add support multilib parts for m32rx processor


*** ../../org_src/gcc-3.3/gcc/config.gcc Wed Apr 30 03:47:04 2003
--- ./config.gcc Thu May 15 16:56:23 2003
*************** ip2k-*-elf)
*** 1502,1508 ****
   ;;
  m32r-*-elf*)
   tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
!  extra_parts="crtinit.o crtfini.o"
   ;;
  # m68hc11 and m68hc12 share the same machine description.
  m68hc11-*-*|m6811-*-*)
--- 1502,1508 ----
   ;;
  m32r-*-elf*)
   tm_file="dbxelf.h elfos.h svr4.h ${tm_file}"
!  extra_parts="crtinit.o crtfini.o m32rx/crtinit.o m32rx/crtfini.o"
   ;;
  # m68hc11 and m68hc12 share the same machine description.
  m68hc11-*-*|m6811-*-*)



More information about the Gcc-patches mailing list