(*-*-gnu*): Add crt{begin,end}S.o to extra_parts.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Jul 1997 11:33:10 +0000 (07:33 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 14 Jul 1997 11:33:10 +0000 (07:33 -0400)
From-SVN: r14429

gcc/configure.in

index 16589a1db4184024df6e7507279f4d78b9c95c86..1e97456ec428b9a87b7aad601a6676d08d1fca04 100644 (file)
@@ -2444,7 +2444,7 @@ for machine in $build $host $target; do
                # supports are matched above and just set $cpu_type.
                xm_file=${cpu_type}/xm-gnu.h
                tm_file=${cpu_type}/gnu.h
-               extra_parts="crtbegin.o crtend.o"
+               extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
                # GNU always uses ELF.
                elf=yes
                # GNU tools are the only tools.