]> git.ipfire.org Git - thirdparty/glibc.git/commit
Avoid C++ tests when the C++ cannot be linked
authorAdhemerval Zanella <adhemerval.zanella@linaro.com>
Tue, 14 Jul 2015 13:50:05 +0000 (10:50 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>
Tue, 14 Jul 2015 14:19:47 +0000 (11:19 -0300)
commitedcfe9eab03ea3dd1b3e04b6056a7663c40265c4
tree4ea80484df137f6ae5a342f0c231364025174868
parent45baea1e79b04ca28f88c41135e9613fc21440f4
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.
ChangeLog
elf/Makefile
nptl/Makefile