diff options
author | Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com> | 2005-07-11 08:23:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2005-07-11 08:23:27 +0000 |
commit | 4dda0c663b09f9f80065635fd804d27f67a1114d (patch) | |
tree | 4b9531032f00826d8462837671c9d870e3604197 /gcc/config.gcc | |
parent | 5bea4a03c1ba2b37af4ef97890925f2624e96000 (diff) | |
download | gcc-4dda0c663b09f9f80065635fd804d27f67a1114d.zip gcc-4dda0c663b09f9f80065635fd804d27f67a1114d.tar.gz gcc-4dda0c663b09f9f80065635fd804d27f67a1114d.tar.bz2 |
(m32r-*-linux*): Use the default extra_parts.
(m32rle-*-linux*): Ditto.
From-SVN: r101869
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 4119abb..1754468 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -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 |