mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
nptl/tst-thread-exit-clobber: Run with any C++ compiler
We do not need thread_local support in the C++11 comiler, and the minimum GCC version for glibc has C++11 support (if it has C++ support).
This commit is contained in:
parent
953c49cc3b
commit
10d200dbac
@ -1,3 +1,9 @@
|
|||||||
|
2018-01-16 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* nptl/Makefile [$(have-cxx-thread_local)] (tests-unsupported):
|
||||||
|
Move tst-thread-exit-clobber ...
|
||||||
|
[$(CXX)] (tests-unsupported): ... to here.
|
||||||
|
|
||||||
2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
2018-01-16 Szabolcs Nagy <szabolcs.nagy@arm.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SHA3): Define.
|
* sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h (HWCAP_SHA3): Define.
|
||||||
|
@ -461,11 +461,11 @@ endif
|
|||||||
ifeq (,$(CXX))
|
ifeq (,$(CXX))
|
||||||
# These tests require a C++ compiler and runtime.
|
# These tests require a C++ compiler and runtime.
|
||||||
tests-unsupported += tst-cancel24 tst-cancel24-static tst-once5 \
|
tests-unsupported += tst-cancel24 tst-cancel24-static tst-once5 \
|
||||||
tst-minstack-throw
|
tst-thread-exit-clobber tst-minstack-throw
|
||||||
endif
|
endif
|
||||||
# These tests require a C++ compiler and runtime with thread_local support.
|
# These tests require a C++ compiler and runtime with thread_local support.
|
||||||
ifneq ($(have-cxx-thread_local),yes)
|
ifneq ($(have-cxx-thread_local),yes)
|
||||||
tests-unsupported += tst-thread_local1 tst-thread-exit-clobber
|
tests-unsupported += tst-thread_local1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
Loading…
Reference in New Issue
Block a user