mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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
3 changed files with 4 additions and 2 deletions
|
@ -175,8 +175,6 @@ ifeq (no,$(build-hardcoded-path-in-tests))
|
||||||
tests-container += tst-glibc-hwcaps-cache
|
tests-container += tst-glibc-hwcaps-cache
|
||||||
endif
|
endif
|
||||||
|
|
||||||
tests-internal += tst-x86-64-tls-1
|
|
||||||
|
|
||||||
endif # $(subdir) == elf
|
endif # $(subdir) == elf
|
||||||
|
|
||||||
ifeq ($(subdir),csu)
|
ifeq ($(subdir),csu)
|
||||||
|
|
|
@ -18,3 +18,7 @@
|
||||||
ifeq ($(subdir),csu)
|
ifeq ($(subdir),csu)
|
||||||
gen-as-const-headers += tcb-offsets.sym
|
gen-as-const-headers += tcb-offsets.sym
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(subdir),elf)
|
||||||
|
tests-internal += tst-x86-64-tls-1
|
||||||
|
endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue