Use binutils 2.36 branch in build-many-glibcs.py.
[glibc.git] / rt / Makefile
blob7b374f207333f14dbce97f731cff24c60cd795b1
1 # Copyright (C) 1997-2021 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, see
16 # <https://www.gnu.org/licenses/>.
19 # Sub-makefile for real-time portion of the library.
21 subdir := rt
23 include ../Makeconfig
25 headers := aio.h mqueue.h bits/mqueue.h bits/mqueue2.h
27 aio-routines := aio_cancel aio_error aio_fsync aio_misc aio_read \
28 aio_read64 aio_return aio_suspend aio_write \
29 aio_write64 lio_listio lio_listio64 aio_sigqueue \
30 aio_notify
31 timer-routines := timer_create timer_delete timer_getoverr \
32 timer_gettime timer_settime
33 shm-routines := shm_open shm_unlink
34 mq-routines := mq_open mq_close mq_unlink mq_getattr mq_setattr \
35 mq_notify mq_send mq_receive mq_timedsend \
36 mq_timedreceive
38 librt-routines = $(aio-routines) \
39 $(timer-routines) \
40 $(shm-routines) $(mq-routines)
42 tests := tst-shm tst-timer tst-timer2 \
43 tst-aio tst-aio64 tst-aio2 tst-aio3 tst-aio4 tst-aio5 tst-aio6 \
44 tst-aio7 tst-aio8 tst-aio9 tst-aio10 \
45 tst-mqueue1 tst-mqueue2 tst-mqueue3 tst-mqueue4 \
46 tst-mqueue5 tst-mqueue6 tst-mqueue7 tst-mqueue8 tst-mqueue9 \
47 tst-timer3 tst-timer4 tst-timer5 \
48 tst-cpuclock2 tst-cputimer1 tst-cputimer2 tst-cputimer3 \
49 tst-shm-cancel
50 tests-internal := tst-timer-sigmask
52 extra-libs := librt
53 extra-libs-others := $(extra-libs)
55 include ../Rules
57 CFLAGS-aio_suspend.c += -fexceptions
58 CFLAGS-mq_timedreceive.c += -fexceptions -fasynchronous-unwind-tables
59 CFLAGS-mq_timedsend.c += -fexceptions -fasynchronous-unwind-tables
60 CFLAGS-librt-cancellation.c += -fasynchronous-unwind-tables
62 LDFLAGS-rt.so = -Wl,--enable-new-dtags,-z,nodelete
64 $(objpfx)librt.so: $(shared-thread-library)
66 ifeq (yes,$(build-shared))
67 $(addprefix $(objpfx),$(tests) $(tests-internal)): \
68 $(objpfx)librt.so $(shared-thread-library)
69 else
70 $(addprefix $(objpfx),$(tests)) $(tests-internal): \
71 $(objpfx)librt.a $(static-thread-library)
72 endif
74 tst-mqueue7-ARGS = -- $(host-test-program-cmd)