blob: f5dbd25245273ebb981885c43659af46a1fdf59f (
plain)
1
2
3
4
5
6
7
|
ifeq ($(subdir),rt)
librt-sysdep_routines += timer_routines
endif
ifeq ($(subdir),posix)
# FIXME: this is not getting $(pthread-version) from libpthread/Makefile!
CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"libpthread $(pthread-version)"'
endif
|