]> git.ipfire.org Git - thirdparty/gcc.git/commit - libbacktrace/configure
libbacktrace: Support the case that clock_gettime is in librt
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 2 Oct 2017 11:56:39 +0000 (13:56 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Mon, 2 Oct 2017 11:56:39 +0000 (13:56 +0200)
commitdd954c67ab6b550d9addf6c5eab5a743af3ff8aa
tree10a1c1e4ae2c22fbb52538acfbe992b8abfb1aa4
parentdbc31f20d30615404c2994f2d0bb9876cd75585a
libbacktrace: Support the case that clock_gettime is in librt

libbacktrace/
PR other/67165
* Makefile.am: Append the content of clock_gettime_link to
ztest_LDADD.
* configure.ac: Test for the case that clock_gettime is in librt.
* Makefile.in: Regenerate.
* configure: Likewise.

From-SVN: r253345
libbacktrace/ChangeLog
libbacktrace/Makefile.am
libbacktrace/Makefile.in
libbacktrace/configure
libbacktrace/configure.ac