1 From df15dd5fe1a76ef4b8fe1ef028947b1d68b511f5 Mon Sep 17 00:00:00 2001
2 From: Richard Lowe <richlowe@richlowe.net>
3 Date: Mon, 29 Oct 2018 18:21:34 +0000
4 Subject: [PATCH 13/34] libstdc++v3: illumos and Solaris haven't needed -lrt in
7 Originally from Andy Fiddaman <andy@omniosce.org>
9 libstdc++-v3/acinclude.m4 | 1 -
10 libstdc++-v3/configure | 1 -
11 2 files changed, 2 deletions(-)
13 diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
14 index b6557a43465..2af8ba56345 100644
15 --- a/libstdc++-v3/acinclude.m4
16 +++ b/libstdc++-v3/acinclude.m4
17 @@ -1446,7 +1446,6 @@ AC_DEFUN([GLIBCXX_ENABLE_LIBSTDCXX_TIME], [
21 - GLIBCXX_LIBS="$GLIBCXX_LIBS -lrt"
22 ac_has_clock_monotonic=yes
23 ac_has_clock_realtime=yes
25 diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
26 index 766a0a8d504..1aa657d443f 100755
27 --- a/libstdc++-v3/configure
28 +++ b/libstdc++-v3/configure
29 @@ -20525,7 +20525,6 @@ fi
33 - GLIBCXX_LIBS="$GLIBCXX_LIBS -lrt"
34 ac_has_clock_monotonic=yes
35 ac_has_clock_realtime=yes