(m32r-*-linux*): Use the default extra_parts.
authorKazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
Mon, 11 Jul 2005 08:23:27 +0000 (08:23 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Mon, 11 Jul 2005 08:23:27 +0000 (08:23 +0000)
(m32rle-*-linux*): Ditto.

From-SVN: r101869

gcc/ChangeLog
gcc/config.gcc

index c150806e3ad46b4a0731803ad000a8ba8b9888ca..61a5bfe6d332d04524b73530c88ef44197e06a7f 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-11  Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
+
+       * config.gcc (m32r-*-linux*): Use the default extra_parts.
+       (m32rle-*-linux*): Ditto.
+
 2005-07-11  Jakub Jelinek  <jakub@redhat.com>
 
        * cfgexpand.c (stack_protect_classify_type): Use TYPE_SIZE_UNIT (type)
index 4119abbdbde1b43361d98666d95789b1c83a0aa2..17544681ff5a1f4ffb9c0bb1d7758295a10416e8 100644 (file)
@@ -1296,7 +1296,6 @@ m32rle-*-elf*)
        ;;
 m32r-*-linux*)
        tm_file="dbxelf.h elfos.h svr4.h linux.h ${tm_file} m32r/linux.h"
-       extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
        # We override the tmake_file for linux -- why?
        tmake_file="t-slibgcc-elf-ver m32r/t-linux"
        gnu_ld=yes
@@ -1307,7 +1306,6 @@ m32r-*-linux*)
        ;;
 m32rle-*-linux*)
        tm_file="dbxelf.h elfos.h svr4.h linux.h m32r/little.h ${tm_file} m32r/linux.h"
-       extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
        # We override the tmake_file for linux -- why?
        tmake_file="t-slibgcc-elf-ver m32r/t-linux"
        gnu_ld=yes