Skip to content

Commit

Permalink
Do not link libstdc++ to librt
Browse files Browse the repository at this point in the history
  • Loading branch information
alarcher committed Oct 25, 2018
1 parent b531e48 commit a0cc466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libstdc++-v3/acinclude.m4
Original file line number Diff line number Diff line change
Expand Up @@ -1434,7 +1434,7 @@ AC_DEFUN([GLIBCXX_ENABLE_LIBSTDCXX_TIME], [
ac_has_nanosleep=yes
;;
solaris*)
GLIBCXX_LIBS="$GLIBCXX_LIBS -lrt"
GLIBCXX_LIBS="$GLIBCXX_LIBS"
ac_has_clock_monotonic=yes
ac_has_clock_realtime=yes
ac_has_nanosleep=yes
Expand Down
2 changes: 1 addition & 1 deletion libstdc++-v3/configure
Original file line number Diff line number Diff line change
Expand Up @@ -20581,7 +20581,7 @@ $as_echo "$glibcxx_glibc217" >&6; }
ac_has_nanosleep=yes
;;
solaris*)
GLIBCXX_LIBS="$GLIBCXX_LIBS -lrt"
GLIBCXX_LIBS="$GLIBCXX_LIBS"
ac_has_clock_monotonic=yes
ac_has_clock_realtime=yes
ac_has_nanosleep=yes
Expand Down

0 comments on commit a0cc466

Please sign in to comment.