summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-11-22 00:41:16 +0000
committerUlrich Drepper <drepper@redhat.com>2002-11-22 00:41:16 +0000
commit5982aa1049bfa78d1589a4f1fb3e287ef347d850 (patch)
tree927b4a4d1b65cd498b2ee0553d6688c8c22ae7d8 /elf
parent755e51bee0f83ba13e40a2ed046ef8bf47e04758 (diff)
Update.
* elf/Makefile (tests): Don't run test-arrayX tests for now.
Diffstat (limited to 'elf')
-rw-r--r--elf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile
index a6d96c6d90..be83287458 100644
--- a/elf/Makefile
+++ b/elf/Makefile
@@ -118,7 +118,7 @@ endif
tests = tst-tls1 tst-tls2 tst-tls9
ifeq (yes,$(have-initfini-array))
-tests += tst-array1 tst-array2 tst-array3
+#tests += tst-array1 tst-array2 tst-array3
endif
ifeq (yes,$(build-static))
tests-static = tst-tls1-static tst-tls2-static