]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
2002-08-28 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@gnu.org>
Wed, 28 Aug 2002 10:23:59 +0000 (10:23 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 28 Aug 2002 10:23:59 +0000 (10:23 +0000)
* elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
[$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
[$(build-static) = yes] (tests-static): New variable.
($(tests-static):%=$(objfpx)%.o)): New static pattern rule.

elf/Makefile

index ce38d2da7235b7910593fa2bb80cfa322f378aef..40d47a276c1d7d9144d7cd851d16fae9e46893ec 100644 (file)
@@ -112,15 +112,19 @@ vpath %.c ../locale/programs
 endif
 endif
 
+tests = tst-tls1 tst-tls2
+ifeq (yes,$(build-static))
+tests-static = tst-tls1-static tst-tls2-static
+tests += $(tests-static)
+endif
 ifeq (yes,$(build-shared))
-tests = loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
-       constload1 order $(tests-vis-$(have-protected)) noload filter unload \
-       reldep reldep2 reldep3 reldep4 $(tests-nodelete-$(have-z-nodelete)) \
-       $(tests-nodlopen-$(have-z-nodlopen)) neededtest neededtest2 \
-       neededtest3 neededtest4 unload2 lateglobal initfirst global \
-       restest2 next dblload dblunload reldep5 reldep6 reldep7 tst-tls1 \
-       tst-tls2 tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8 \
-       circleload1
+tests += loadtest restest1 preloadtest loadfail multiload origtest resolvfail \
+        constload1 order $(tests-vis-$(have-protected)) noload filter unload \
+        reldep reldep2 reldep3 reldep4 $(tests-nodelete-$(have-z-nodelete)) \
+        $(tests-nodlopen-$(have-z-nodlopen)) neededtest neededtest2 \
+        neededtest3 neededtest4 unload2 lateglobal initfirst global \
+        restest2 next dblload dblunload reldep5 reldep6 reldep7 circleload1 \
+        tst-tls3 tst-tls4 tst-tls5 tst-tls6 tst-tls7 tst-tls8
 test-srcs = tst-pathopt
 tests-vis-yes = vismain
 tests-nodelete-yes = nodelete
@@ -463,6 +467,10 @@ $(objpfx)reldep6.out: $(objpfx)reldep6mod3.so $(objpfx)reldep6mod4.so
 $(objpfx)reldep7: $(libdl)
 $(objpfx)reldep7.out: $(objpfx)reldep7mod1.so $(objpfx)reldep7mod2.so
 
+# The tst-*-static tests are the same tst-* programs, but linked statically.
+$(tests-static:%=$(objpfx)%.o): $(objpfx)tst-%-static.o: $(objpfx)tst-%.o
+       ln -f $< $@
+
 $(objpfx)tst-tls3: $(objpfx)tst-tlsmod1.so
 
 $(objpfx)tst-tls4: $(libdl)