diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-07-14 10:50:05 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.com> | 2015-07-14 11:19:47 -0300 |
commit | edcfe9eab03ea3dd1b3e04b6056a7663c40265c4 (patch) | |
tree | 4ea80484df137f6ae5a342f0c231364025174868 /nptl | |
parent | 45baea1e79b04ca28f88c41135e9613fc21440f4 (diff) | |
download | glibc-edcfe9eab03ea3dd1b3e04b6056a7663c40265c4.zip glibc-edcfe9eab03ea3dd1b3e04b6056a7663c40265c4.tar.gz glibc-edcfe9eab03ea3dd1b3e04b6056a7663c40265c4.tar.bz2 |
Avoid C++ tests when the C++ cannot be linked
* elf/Makefile [ifeq (yes,$(build-shared)) (tests)] (tst-nodelete):
Add iff $CXX is set.
[ifeq (yes,$(build-shared)) (modules-names)] (tst-nodelete-rtldmod):
Likewise.
(tst-nodelete-zmodiff): Likewise.
* nptl/Makefile [[ifeq (,$(CXX))] (tests-unsupported)]: Add tst-once5.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 5bc4ad1..140f063 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -400,7 +400,7 @@ endif ifeq (,$(CXX)) # These tests require a C++ compiler and runtime. -tests-unsupported += tst-cancel24 tst-cancel24-static +tests-unsupported += tst-cancel24 tst-cancel24-static tst-once5 endif include ../Rules |