commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hurd,commited] htl: Fix linking static examples against libpthread


From: Samuel Thibault
Subject: [hurd,commited] htl: Fix linking static examples against libpthread
Date: Tue, 13 Jul 2021 23:50:14 +0200

libpthread.a uses some mach and hurd RPCs so we need to link them in.
---
 sysdeps/htl/Makeconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/htl/Makeconfig b/sysdeps/htl/Makeconfig
index b5c5d62b74..f8b321c8d2 100644
--- a/sysdeps/htl/Makeconfig
+++ b/sysdeps/htl/Makeconfig
@@ -4,7 +4,7 @@
 have-thread-library = yes
 
 shared-thread-library = $(common-objpfx)htl/libpthread.so
-static-thread-library = $(..)htl/libpthread_syms.a 
$(common-objpfx)htl/libpthread.a
+static-thread-library = $(..)htl/libpthread_syms.a 
$(common-objpfx)htl/libpthread.a $(common-objpfx)mach/libmachuser.a 
$(common-objpfx)hurd/libhurduser.a
 bounded-thread-library = $(static-thread-library)
 
 ifeq (yes,$(build-shared))
-- 
2.30.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]