diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-11-22 00:41:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-11-22 00:41:16 +0000 |
commit | 5982aa1049bfa78d1589a4f1fb3e287ef347d850 (patch) | |
tree | 927b4a4d1b65cd498b2ee0553d6688c8c22ae7d8 /elf | |
parent | 755e51bee0f83ba13e40a2ed046ef8bf47e04758 (diff) | |
download | glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.tar glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.tar.gz glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.tar.bz2 glibc-5982aa1049bfa78d1589a4f1fb3e287ef347d850.zip |
Update.
* elf/Makefile (tests): Don't run test-arrayX tests for now.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 2 |
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 |