OSDN Git Service

(STARTFILE_SPEC): Link with gcrt1.o with -pg.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 1995 03:04:24 +0000 (03:04 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 30 Nov 1995 03:04:24 +0000 (03:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10638 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/sparc/sol2.h

index d0772df..ab35ed3 100644 (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: \