diff options
author | Nick Clifton <nickc@redhat.com> | 2022-03-18 15:45:34 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-03-18 15:46:33 +0000 |
commit | 0a30596cfad9cd221a81eea984b6fe3fabb20b95 (patch) | |
tree | b688d33f46d2507a16dc89d7f057cba01618c355 /gprofng/doc | |
parent | f0cf07f341f565978228c9a2cfa73d2a9f3001c3 (diff) | |
download | gdb-0a30596cfad9cd221a81eea984b6fe3fabb20b95.zip gdb-0a30596cfad9cd221a81eea984b6fe3fabb20b95.tar.gz gdb-0a30596cfad9cd221a81eea984b6fe3fabb20b95.tar.bz2 |
Fix Build issues due to patch "gprofng: a new GNU profiler"
Find and fix more places where clock_gettime() and CLOCK_MONOTONIC_RAW are used.
Diffstat (limited to 'gprofng/doc')
-rw-r--r-- | gprofng/doc/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gprofng/doc/Makefile.in b/gprofng/doc/Makefile.in index 5064b23..6f41ef7 100644 --- a/gprofng/doc/Makefile.in +++ b/gprofng/doc/Makefile.in @@ -226,6 +226,7 @@ BUILD_SUBDIRS = @BUILD_SUBDIRS@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CLOCK_GETTIME_LINK = @CLOCK_GETTIME_LINK@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ |