mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 18:40:14 +00:00
7ae1fe4d8f
* rt/Makefile (tests): Add tst-timer. * sysdeps/generic/tst-timer.c: New file.
10 lines
230 B
Makefile
10 lines
230 B
Makefile
ifeq ($(subdir),rt)
|
|
librt-sysdep_routines += timer_routines
|
|
|
|
ifeq (yes,$(build-shared))
|
|
$(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
|
|
else
|
|
$(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
|
|
endif
|
|
endif
|