diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2017-10-02 13:56:39 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2017-10-02 13:56:39 +0200 |
commit | dd954c67ab6b550d9addf6c5eab5a743af3ff8aa (patch) | |
tree | 10a1c1e4ae2c22fbb52538acfbe992b8abfb1aa4 /libbacktrace/ChangeLog | |
parent | dbc31f20d30615404c2994f2d0bb9876cd75585a (diff) | |
download | gcc-dd954c67ab6b550d9addf6c5eab5a743af3ff8aa.zip gcc-dd954c67ab6b550d9addf6c5eab5a743af3ff8aa.tar.gz gcc-dd954c67ab6b550d9addf6c5eab5a743af3ff8aa.tar.bz2 |
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
Diffstat (limited to 'libbacktrace/ChangeLog')
-rw-r--r-- | libbacktrace/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbacktrace/ChangeLog b/libbacktrace/ChangeLog index 0e4cfd2..fde5a1b 100644 --- a/libbacktrace/ChangeLog +++ b/libbacktrace/ChangeLog @@ -1,6 +1,13 @@ 2017-10-02 Thomas Schwinge <thomas@codesourcery.com> 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. + + PR other/67165 * configure.ac: Check for clock_gettime. * config.h.in: Regenerate. * configure: Likewise. |