From 30639e79d3370243ee5ef3a029204a4c71e15856 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 28 Jun 2021 09:51:01 +0200 Subject: Linux: Cleanups after librt move librt.so is no longer installed for PTHREAD_IN_LIBC, and tests are not linked against it. $(librt) is introduced globally for shared tests that need to be linked for both PTHREAD_IN_LIBC and !PTHREAD_IN_LIBC. GLIBC_PRIVATE symbols that were needed during the transition are removed again. Reviewed-by: Carlos O'Donell --- sysvipc/Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sysvipc') diff --git a/sysvipc/Makefile b/sysvipc/Makefile index d2acb6a70b..5f1995c05f 100644 --- a/sysvipc/Makefile +++ b/sysvipc/Makefile @@ -39,11 +39,5 @@ include ../Rules CFLAGS-msgrcv.c += -fexceptions -fasynchronous-unwind-tables CFLAGS-msgsnd.c += -fexceptions -fasynchronous-unwind-tables -ifeq (yes,$(build-shared)) -librt = $(common-objpfx)rt/librt.so -else -librt = $(common-objpfx)rt/librt.a -endif - $(objpfx)test-sysvsem: $(librt) $(objpfx)test-sysvsem-time64: $(librt) -- cgit 1.4.1