mirror of git://sourceware.org/git/glibc.git
nptl: move tst-x86-64-tls-1 to nptl-only tests
It is essentially nptl-only.
This commit is contained in:
parent
adca662202
commit
6d4f183495
|
|
@ -175,8 +175,6 @@ ifeq (no,$(build-hardcoded-path-in-tests))
|
|||
tests-container += tst-glibc-hwcaps-cache
|
||||
endif
|
||||
|
||||
tests-internal += tst-x86-64-tls-1
|
||||
|
||||
endif # $(subdir) == elf
|
||||
|
||||
ifeq ($(subdir),csu)
|
||||
|
|
|
|||
|
|
@ -18,3 +18,7 @@
|
|||
ifeq ($(subdir),csu)
|
||||
gen-as-const-headers += tcb-offsets.sym
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),elf)
|
||||
tests-internal += tst-x86-64-tls-1
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue