Commit f05ba451 by Jim Wilson

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

From-SVN: r10638
parent 6156580d
......@@ -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: \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment