[PATCH] Fix sparc/linux64.h typo

Jakub Jelinek jakub@redhat.com
Thu Sep 12 06:53:00 GMT 2002


Hi!

I've commited the following patch to both trunk and branch:

2002-09-12  Jakub Jelinek  <jakub@redhat.com>

	* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.

--- gcc/config/sparc/linux64.h.jj	2002-09-04 10:28:24.000000000 +0200
+++ gcc/config/sparc/linux64.h	2002-09-12 15:39:44.000000000 +0200
@@ -57,7 +57,7 @@ Boston, MA 02111-1307, USA.  */
 
 #define STARTFILE_SPEC32 \
   "%{!shared: \
-     %{pg:/usr/lib/gcrt1.o%s} %{!pg:%{/usr/lib/p:gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\
+     %{pg:/usr/lib/gcrt1.o%s} %{!pg:%{p:/usr/lib/gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\
    /usr/lib/crti.o%s %{static:crtbeginT.o%s}\
    %{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
 

	Jakub



More information about the Gcc-patches mailing list