summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b291177..73f90da 100644
--- a/Makefile
+++ b/Makefile
@@ -264,6 +264,8 @@ endif
ifeq ($(IN_GLIBC),yes)
libc-link.so = $(common-objpfx)libc.so
+extra-B-pthread.so = -B$(common-objpfx)libpthread/
+
include ../Rules
# Depend on libc.so so a DT_NEEDED is generated in the shared objects.