]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
authorJakub Jelinek <jakub@redhat.com>
Thu, 12 Sep 2002 13:45:53 +0000 (15:45 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Thu, 12 Sep 2002 13:45:53 +0000 (15:45 +0200)
From-SVN: r57062

gcc/ChangeLog
gcc/config/sparc/linux64.h

index 02f1c4554e94360247c0e4b502cbc803b2efe438..15802244ec9b630c11464a7c841607200ecebdc2 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-12  Jakub Jelinek  <jakub@redhat.com>
+
+       * config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
+
 2002-09-12  Alan Modra  <amodra@bigpond.net.au>
 
        * emit-rtl.c (set_mem_size): New function.
index 33c3f5438c9894c690e61562ce22be22e4d169b0..1dfd97ff919f383cc4c6cc66bc0fdeca2b3d619b 100644 (file)
@@ -58,7 +58,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}}"