Skip to content

Commit

Permalink
Run tst-tls9-static again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 24, 2005
1 parent 132a823 commit ec1af1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions elf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ec1af1d

Please sign in to comment.