From a2014d311b2b2a7d8fcf2f502493404d7ec2601c Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Mon, 21 Jun 2021 08:25:15 +0200 Subject: Fix librt-routines-var issues for !PTHREAD_IN_LIBC The variable name was incorrect, and the existing librt-routines variable needs to be augmented (not assigned) in rt/Makefile. Reviewed-by: Adhemerval Zanella --- Makeconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makeconfig') diff --git a/Makeconfig b/Makeconfig index 6482a43025..407df9e6a1 100644 --- a/Makeconfig +++ b/Makeconfig @@ -1344,7 +1344,7 @@ libpthread-routines-var = routines librt-routines-var = routines else libpthread-routines-var = libpthread-routines -librt-routines-var = libpthread-routines +librt-routines-var = librt-routines endif # A sysdeps Makeconfig fragment may set libc-reentrant to yes. -- cgit 1.4.1