https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67165
--- Comment #6 from Thomas Schwinge <tschwinge at gcc dot gnu.org> --- Author: tschwinge Date: Mon Oct 2 11:56:39 2017 New Revision: 253345 URL: https://gcc.gnu.org/viewcvs?rev=253345&root=gcc&view=rev Log: 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. Modified: trunk/libbacktrace/ChangeLog trunk/libbacktrace/Makefile.am trunk/libbacktrace/Makefile.in trunk/libbacktrace/configure trunk/libbacktrace/configure.ac