about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.com>2015-07-14 10:50:05 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.com>2015-07-14 11:19:47 -0300
commitedcfe9eab03ea3dd1b3e04b6056a7663c40265c4 (patch)
tree4ea80484df137f6ae5a342f0c231364025174868 /ChangeLog
parent45baea1e79b04ca28f88c41135e9613fc21440f4 (diff)
downloadglibc-edcfe9eab03ea3dd1b3e04b6056a7663c40265c4.tar.gz
glibc-edcfe9eab03ea3dd1b3e04b6056a7663c40265c4.tar.xz
glibc-edcfe9eab03ea3dd1b3e04b6056a7663c40265c4.zip
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 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6d519ad7d..aff46a97ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2015-07-14  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
+
+	* 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.
+
 2015-07-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	* stdlib/tst-tls-atexit.c (load): Fix up whitespace.