about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-08-22 00:30:51 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-08-22 00:30:51 +0000
commit75dfe623df945db7dd3c12a206d743c45c16b5ed (patch)
tree35d29ea3b30e9c6f14d33406e00485e4c6fa5fe8 /ChangeLog
parentea99fcd03875caf59ceda354ec8ed813bb5a5f79 (diff)
downloadglibc-75dfe623df945db7dd3c12a206d743c45c16b5ed.tar.gz
glibc-75dfe623df945db7dd3c12a206d743c45c16b5ed.tar.xz
glibc-75dfe623df945db7dd3c12a206d743c45c16b5ed.zip
Fix position of tests-unsupported definition in assert/Makefile.
tests-unsupported has to be defined before the inclusion of Rules in a
subdirectory Makefile; otherwise it is ineffective.  This patch fixes
the ordering in assert/Makefile, where a recent test addition put
tests-unsupported too late (resulting in build failures when the C++
compiler was missing or broken, and thereby showing up the unrelated
bug 21987).

Incidentally, I don't see why these tests depend on
$(have-cxx-thread_local) rather than just a working C++ compiler.

Tested in such a configuration (broken compiler/libstdc++) with
build-many-glibcs.py.

	* assert/Makefile [$(have-cxx-thread_local)]: Move conditional
	variable definitions above inclusion of ../Rules.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf3e893f25..7953c0123b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-08-22  Joseph Myers  <joseph@codesourcery.com>
+
+	* assert/Makefile [$(have-cxx-thread_local)]: Move conditional
+	variable definitions above inclusion of ../Rules.
+
 2017-08-21  Joseph Myers  <joseph@codesourcery.com>
 
 	* sysdeps/ieee754/k_standard.c (__kernel_standard): Add default