mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Fix c++-types-check conditionalization.
This commit is contained in:
parent
97f7112728
commit
00db8bf4db
@ -1,3 +1,8 @@
|
||||
2016-03-04 Roland McGrath <roland@hack.frob.com>
|
||||
|
||||
* Makefile ($(objpfx)c++-types-check.out): Fix conditionalization
|
||||
to test for empty $(CXX) rather than $(CXX) of "no".
|
||||
|
||||
2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/x86_64/Makefile (sysdep_noprof): Add comments.
|
||||
|
2
Makefile
2
Makefile
@ -252,8 +252,8 @@ tests-clean:
|
||||
@$(MAKE) subdir_testclean no_deps=t
|
||||
|
||||
tests-special += $(objpfx)c++-types-check.out $(objpfx)check-local-headers.out
|
||||
ifneq ($(CXX),no)
|
||||
|
||||
ifneq (,$(CXX))
|
||||
vpath c++-types.data $(+sysdep_dirs)
|
||||
|
||||
$(objpfx)c++-types-check.out: c++-types.data scripts/check-c++-types.sh
|
||||
|
Loading…
Reference in New Issue
Block a user