From 6b40374366298bd0a3419d0d43a002cd9b449b41 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Mon, 14 Jul 1997 07:33:10 -0400 Subject: [PATCH] (*-*-gnu*): Add crt{begin,end}S.o to extra_parts. From-SVN: r14429 --- gcc/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2