mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
Link tst-clock_gettime with $(librt)
This is needed to avoid link failures for the timer_* functions on Hurd. Tested with build-many-glibcs.py for i686-gnu.
This commit is contained in:
parent
383e4f53cb
commit
9c0903fb73
1 changed files with 2 additions and 0 deletions
|
@ -127,6 +127,8 @@ $(objpfx)tst-strftime2.out: $(gen-locales)
|
|||
$(objpfx)tst-strftime3.out: $(gen-locales)
|
||||
endif
|
||||
|
||||
$(objpfx)tst-clock_gettime: $(librt)
|
||||
$(objpfx)tst-clock_gettime-time64: $(librt)
|
||||
$(objpfx)tst-clock_nanosleep: $(librt)
|
||||
$(objpfx)tst-clock_nanosleep-time64: $(librt)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue