* config.gcc (s390x-ibm-tpf*): Add extra_parts.
authorUlrich Weigand <uweigand@de.ibm.com>
Mon, 1 Dec 2003 19:06:25 +0000 (19:06 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Mon, 1 Dec 2003 19:06:25 +0000 (19:06 +0000)
From-SVN: r74121

gcc/ChangeLog
gcc/config.gcc

index 4dcabfc03b3b0312b48a8998177aa9a69af2ed85..a5ada6d75587751a1b9bd0d10fd1d121c9ce1f8d 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-01  Ulrich Weigand  <uweigand@de.ibm.com>
+
+       * config.gcc (s390x-ibm-tpf*): Add extra_parts.
+
 2003-12-01  James E Wilson  <wilson@specifixinc.com>
 
        * config/ia64/ia64.h (FUNCTION_ARG_REGNO_P): Use AR_REG_FIRST not
index 4cf62a815fff956b3148994a49d5b92a7eaebde5..fd2fe2327f9fcc8939e98b999bce6fd259ac3419 100644 (file)
@@ -1827,6 +1827,7 @@ s390x-ibm-tpf*)
        tm_p_file=s390/s390-protos.h
        md_file=s390/s390.md
        extra_modes=s390/s390-modes.def
+       extra_parts="crtbegin.o crtbeginS.o crtbeginT.o crtend.o crtendS.o"
        out_file=s390/s390.c
        tmake_file="t-slibgcc-elf-ver s390/t-crtstuff s390/t-tpf"
        ;;