]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysvipc/Makefile
aarch64: Remove ld.so __tls_get_addr plt usage
[thirdparty/glibc.git] / sysvipc / Makefile
CommitLineData
dff8da6b 1# Copyright (C) 1995-2024 Free Software Foundation, Inc.
60478656
RM
2# This file is part of the GNU C Library.
3
4# The GNU C Library is free software; you can redistribute it and/or
41bdb6e2
AJ
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.
60478656
RM
8
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
41bdb6e2 12# Lesser General Public License for more details.
60478656 13
41bdb6e2 14# You should have received a copy of the GNU Lesser General Public
59ba27a6 15# License along with the GNU C Library; if not, see
5a82c748 16# <https://www.gnu.org/licenses/>.
60478656
RM
17
18#
19# Sub-makefile for sysvipc portion of the library.
20#
21subdir := sysvipc
22
a5f891ac
JM
23include ../Makeconfig
24
60478656 25headers := sys/ipc.h sys/msg.h sys/sem.h sys/shm.h \
3efdabe7 26 bits/ipctypes.h bits/ipc.h bits/msq.h bits/sem.h bits/shm.h
60478656 27
75cd5204
RM
28routines := ftok \
29 msgsnd msgrcv msgget msgctl \
d903678a 30 semop semget semctl semtimedop \
60478656
RM
31 shmat shmdt shmget shmctl
32
a9b01014 33tests := test-sysvmsg test-sysvsem test-sysvshm
59c900c5 34
088d3291
AZ
35tests-time64 := test-sysvmsg-time64 test-sysvsem-time64 test-sysvshm-time64
36
60478656 37include ../Rules
7a114794 38
36975e8e
L
39CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables
40CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables
eef7913c 41
eef7913c
AZ
42$(objpfx)test-sysvsem: $(librt)
43$(objpfx)test-sysvsem-time64: $(librt)