(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
[glibc.git] / linuxthreads / sysdeps / pthread / Makefile
blobf73f40e9d959c278dee80f7d58187b62272de464
1 ifeq ($(subdir),rt)
2 librt-sysdep_routines += timer_routines
3 CPPFLAGS += -DBROKEN_THREAD_SIGNALS
5 ifeq (yes,$(build-shared))
6 $(objpfx)tst-timer: $(objpfx)librt.so $(shared-thread-library)
7 else
8 $(objpfx)tst-timer: $(objpfx)librt.a $(static-thread-library)
9 endif
10 endif
12 ifeq ($(subdir),posix)
13 CFLAGS-confstr.c += -DLIBPTHREAD_VERSION="\"$(shell sed 's/\(.*\) by .*/\1/' ../linuxthreads/Banner)\""
14 endif