Module Name: src
Committed By: christos
Date: Sun Jan 6 18:15:53 UTC 2019
Modified Files:
src/external/gpl3/gcc/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.23 -r1.24 src/external/gpl3/gcc/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/dist/gcc/config/netbsd.h
diff -u src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.23 src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.24
--- src/external/gpl3/gcc/dist/gcc/config/netbsd.h:1.23 Fri Jan 4 13:36:50 2019
+++ src/external/gpl3/gcc/dist/gcc/config/netbsd.h Sun Jan 6 13:15:53 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: \