(STARTFILE_SPEC): Link with gcrt1.o with -pg.

From-SVN: r10638
This commit is contained in:
Jim Wilson 1995-11-29 19:04:24 -08:00
parent 6156580d2e
commit f05ba4518d
1 changed files with 4 additions and 1 deletions

View File

@ -102,7 +102,10 @@ do { \
#undef STARTFILE_SPEC
#define STARTFILE_SPEC "%{!shared: \
%{!symbolic: \
%{p:mcrt1.o%s}%{!p:crt1.o%s} %{pg:gmon.o%s}}} \
%{p:mcrt1.o%s} \
%{!p: \
%{pg:gcrt1.o%s gmon.o%s} \
%{!pg:crt1.o%s}}}} \
crti.o%s \
%{ansi:values-Xc.o%s} \
%{!ansi: \