summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-02-24 02:56:13 +0000
committerUlrich Drepper <drepper@redhat.com>2005-02-24 02:56:13 +0000
commitec1af1d8cec0e548cb2590397f4e2ee0d8e5679e (patch)
tree81747b4d66e81cd94c00230b4cba032c5b79ef80 /elf
parent132a823f05c56b880a52dfc1383f8817a805b4c9 (diff)
Run tst-tls9-static again.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/elf/Makefile b/elf/Makefile
index e7c16f44df..8a8bb3a239 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -138,6 +138,11 @@ tests += tst-array1 tst-array2 tst-array3 tst-array4
endif
ifeq (yes,$(build-static))
tests-static = tst-tls1-static tst-tls2-static
+ifeq (yesyesyes,$(build-static)$(build-shared)$(elf))
+tests-static += tst-tls9-static
+tst-tls9-static-ENV = \
+ LD_LIBRARY_PATH=$(objpfx):$(common-objpfx):$(common-objpfx)dlfcn
+endif
ifeq (yes,$(have-initfini-array))
tests-static += tst-array1-static
endif