Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/gcc/config now that our profiled c li...



details:   https://anonhg.NetBSD.org/src/rev/c051fabaf3b9
branches:  trunk
changeset: 447289:c051fabaf3b9
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 06 18:15:53 2019 +0000

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

diffstat:

 external/gpl3/gcc/dist/gcc/config/netbsd.h |  12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 3863d462881f -r c051fabaf3b9 external/gpl3/gcc/dist/gcc/config/netbsd.h
--- a/external/gpl3/gcc/dist/gcc/config/netbsd.h        Sun Jan 06 18:15:18 2019 +0000
+++ b/external/gpl3/gcc/dist/gcc/config/netbsd.h        Sun Jan 06 18:15:53 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