diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 07:33:10 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-07-14 07:33:10 -0400 |
commit | 6b40374366298bd0a3419d0d43a002cd9b449b41 (patch) | |
tree | 19b21b9c67fb44c4003b3f3d8af643cadbe214e4 | |
parent | 506711af80cb7a45f567dfd3502647aad0465637 (diff) | |
download | gcc-6b40374366298bd0a3419d0d43a002cd9b449b41.zip gcc-6b40374366298bd0a3419d0d43a002cd9b449b41.tar.gz gcc-6b40374366298bd0a3419d0d43a002cd9b449b41.tar.bz2 |
(*-*-gnu*): Add crt{begin,end}S.o to extra_parts.
From-SVN: r14429
-rw-r--r-- | gcc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/configure.in b/gcc/configure.in index 16589a1..1e97456 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. |