(*-*-gnu*): Add crt{begin,end}S.o to extra_parts.
From-SVN: r14429
This commit is contained in:
parent
506711af80
commit
6b40374366
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user