glibc/assert
Joseph Myers 75dfe623df 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.
2017-08-22 00:30:51 +00:00
..
Depend Update. 2000-07-01 05:19:18 +00:00
Makefile Fix position of tests-unsupported definition in assert/Makefile. 2017-08-22 00:30:51 +00:00
Versions Update. 2000-08-02 00:09:25 +00:00
__assert.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
assert-perr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
assert.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
assert.h assert: Support types without operator== (int) [BZ #21972] 2017-08-21 15:33:11 +02:00
test-assert-perr.c Update. 2000-12-05 08:17:58 +00:00
test-assert.c Update. 2000-12-05 08:17:58 +00:00
tst-assert-c++.cc assert: Support types without operator== (int) [BZ #21972] 2017-08-21 15:33:11 +02:00
tst-assert-g++.cc assert: Support types without operator== (int) [BZ #21972] 2017-08-21 15:33:11 +02:00