now that our profiled c library is pic, we can use it in shared objects

This commit is contained in:
christos 2019-01-06 18:15:53 +00:00
parent a493019100
commit 3e93b12a17
1 changed files with 10 additions and 2 deletions

View File

@ -119,7 +119,11 @@ along with GCC; see the file COPYING3. If not see
%{!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. If not see
%{!pg:-lposix}} \
%{p:-lposix_p} \
%{pg:-lposix_p}} \
%{shared:-lc} \
%{shared: \
%{!p: \
%{!pg:-lc}} \
%{p:-lc_p} \
%{pg:-lc_p}} \
%{!shared: \
%{!symbolic: \
%{!p: \