summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makeconfig b/Makeconfig
index e90f5f7..a8ef68e 100644
--- a/Makeconfig
+++ b/Makeconfig
@@ -8,6 +8,13 @@ shared-thread-library = $(common-objpfx)libpthread/libpthread_nonshared.a \
static-thread-library = $(common-objpfx)libpthread/libpthread.a
bounded-thread-library = $(static-thread-library)
+ifeq ($(subdir),malloc)
+LDLIBS-tst-interpose-static-thread += -lihash
+endif
+ifeq ($(subdir),elf)
+LDLIBS-tst-linkall-static += -lihash
+endif
+
rpath-dirs += libpthread
+includes += -I$(..)libpthread/include