blob: ef156f1315901127babd24f530773d8545b58185 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
ifeq ($(subdir),htl)
libpthread-sysdep_routines += errno-loc
endif
ifeq ($(subdir),rt)
librt-sysdep_routines += timer_routines
endif
ifeq ($(subdir),posix)
CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"HTL $(version)"'
endif
|