From: Jim Wilson Date: Thu, 30 Nov 1995 03:04:24 +0000 (-0800) Subject: (STARTFILE_SPEC): Link with gcrt1.o with -pg. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f05ba4518d39e67f21c42890220f1b6f96ac9abf;p=gcc.git (STARTFILE_SPEC): Link with gcrt1.o with -pg. From-SVN: r10638 --- diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index d0772dfe88c..ab35ed3366d 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -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: \