mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
Update.
* elf/Makefile (tests): Don't run test-arrayX tests for now.
This commit is contained in:
parent
755e51bee0
commit
5982aa1049
@ -1,5 +1,7 @@
|
||||
2002-11-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* elf/Makefile (tests): Don't run test-arrayX tests for now.
|
||||
|
||||
* sysdeps/unix/sysv/linux/bits/sched.h: Add new CLONE_* flags.
|
||||
* sysdeps/unix/sysv/linux/i386/clone.S: Add support for
|
||||
CLONE_CHILD_*TID flags.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user