From: Richard Kenner Date: Mon, 14 Jul 1997 11:33:10 +0000 (-0400) Subject: (*-*-gnu*): Add crt{begin,end}S.o to extra_parts. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b40374366298bd0a3419d0d43a002cd9b449b41;p=gcc.git (*-*-gnu*): Add crt{begin,end}S.o to extra_parts. From-SVN: r14429 --- diff --git a/gcc/configure.in b/gcc/configure.in index 16589a1db41..1e97456ec42 100644 --- a/gcc/configure.in +++ b/gcc/configure.in @@ -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.