Module Name:    src
Committed By:   christos
Date:           Sun Jan  6 18:15:18 UTC 2019

Modified Files:
        src/external/gpl3/gcc.old/dist/gcc/config: netbsd.h

Log Message:
now that our profiled c library is pic we can use it in shared objects


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/external/gpl3/gcc.old/dist/gcc/config/netbsd.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.old/dist/gcc/config/netbsd.h
diff -u src/external/gpl3/gcc.old/dist/gcc/config/netbsd.h:1.8 src/external/gpl3/gcc.old/dist/gcc/config/netbsd.h:1.9
--- src/external/gpl3/gcc.old/dist/gcc/config/netbsd.h:1.8	Fri Jan  4 13:35:45 2019
+++ src/external/gpl3/gcc.old/dist/gcc/config/netbsd.h	Sun Jan  6 13:15:18 2019
@@ -119,7 +119,11 @@ along with GCC; see the file COPYING3.  
        %{!pg:-lposix}}		\
      %{p:-lposix_p}		\
      %{pg:-lposix_p}}		\
-   %{shared:-lc}		\
+   %{shared:			\
+     %{!p:			\
+       %{!pg:-lc}}		\
+     %{p:-lc_p}			\
+       %{pg:-lc_p}}		\
    %{!shared:			\
      %{!symbolic:		\
        %{!p:			\
@@ -133,7 +137,11 @@ along with GCC; see the file COPYING3.  
        %{!pg:-lposix}}		\
      %{p:-lposix_p}		\
      %{pg:-lposix_p}}		\
-   %{shared:-lc}		\
+   %{shared:			\
+     %{!p:			\
+       %{!pg:-lc}}		\
+     %{p:-lc_p}			\
+       %{pg:-lc_p}}		\
    %{!shared:			\
      %{!symbolic:		\
        %{!p:			\

Reply via email to