Module Name:    src
Committed By:   joerg
Date:           Sun Apr 28 13:35:23 UTC 2013

Modified Files:
        src/external/gpl3/gcc/dist/gcc/config/sparc: netbsd-elf.h

Log Message:
Don't forget space between -mcmodel and -cxx-isystem on SPARC and
SPARC64.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 \
    src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h
diff -u src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h:1.4 src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h:1.5
--- src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h:1.4	Tue Feb 14 11:25:05 2012
+++ src/external/gpl3/gcc/dist/gcc/config/sparc/netbsd-elf.h	Sun Apr 28 13:35:23 2013
@@ -134,7 +134,7 @@ along with GCC; see the file COPYING3.  
 	        %{!msupersparc:-mcpu=ultrasparc}}}}}}} \
     %{!mno-vis:%{!mcpu=v9:-mvis}} \
     %{p:-mcmodel=medlow} \
-    %{pg:-mcmodel=medlow}}" \
+    %{pg:-mcmodel=medlow}} " \
   NETBSD_CC1_AND_CC1PLUS_SPEC
 
 #define CC1_SPEC64 \
@@ -155,7 +155,7 @@ along with GCC; see the file COPYING3.  
 		%{!msupersparc:-mcpu=cypress}}}}}}}} \
   %{!m32: \
       %{p:-mcmodel=medlow} \
-      %{pg:-mcmodel=medlow}}" \
+      %{pg:-mcmodel=medlow}} " \
   NETBSD_CC1_AND_CC1PLUS_SPEC
 
 /* Make sure we use the right output format.  Pick a default and then

Reply via email to