]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.gcc (m68k-*-linux*): Add crtbeginT.o to extra_parts.
authorMatthias Klose <doko@debian.org>
Tue, 25 Feb 2003 08:03:27 +0000 (08:03 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Tue, 25 Feb 2003 08:03:27 +0000 (08:03 +0000)
2003-02-25  Matthias Klose  <doko@debian.org>

        * config.gcc (m68k-*-linux*): Add crtbeginT.o to extra_parts.

From-SVN: r63397

gcc/ChangeLog
gcc/config.gcc

index 17c26173c3b5a68195abc849ff57032abd05bc3e..8ca6665d171a0401450099ded428ee09f83a909b 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-25  Matthias Klose  <doko@debian.org>
+
+       * config.gcc (m68k-*-linux*): Add crtbeginT.o to extra_parts.
+
 2003-02-24  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config/alpha/osf.h (CPP_SUBTARGET_SPEC): Rename
index bb71f51a3ec9c98f2826265f7e48dd05ef6ec108..3c3db56293b024b8cf517ec8f18ebd220309a4b9 100644 (file)
@@ -2090,7 +2090,7 @@ m68k-*-linux*)            # Motorola m68k's running GNU/Linux
                                # aka the GNU/Linux C library 6.
        tm_file=m68k/linux.h
        tmake_file="t-slibgcc-elf-ver t-linux m68k/t-linux"
-       extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o"
+       extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
        float_format=m68k
        gnu_ld=yes
        ;;