Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gcc.old/dist/gcc/config now that our profiled ...
details: https://anonhg.NetBSD.org/src/rev/7ae4ce626921
branches: trunk
changeset: 995810:7ae4ce626921
user: christos <christos%NetBSD.org@localhost>
date: Sun Jan 06 18:15:18 2019 +0000
description:
now that our profiled c library is pic we can use it in shared objects
diffstat:
external/gpl3/gcc.old/dist/gcc/config/netbsd.h | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 4213da7a319c -r 7ae4ce626921 external/gpl3/gcc.old/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc.old/dist/gcc/config/netbsd.h Sun Jan 06 18:14:10 2019 +0000
+++ b/external/gpl3/gcc.old/dist/gcc/config/netbsd.h Sun Jan 06 18:15:18 2019 +0000
@@ -119,7 +119,11 @@
%{!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 @@
%{!pg:-lposix}} \
%{p:-lposix_p} \
%{pg:-lposix_p}} \
- %{shared:-lc} \
+ %{shared: \
+ %{!p: \
+ %{!pg:-lc}} \
+ %{p:-lc_p} \
+ %{pg:-lc_p}} \
%{!shared: \
%{!symbolic: \
%{!p: \
Home |
Main Index |
Thread Index |
Old Index