Does lang_checks_parallel only support check-gcc?

H. J. Lu hjl@lucon.org
Mon Dec 19 19:48:00 GMT 2005


There are

[hjl@gnu-13 gcc]$ grep lang_checks Makefile.in
lang_checks=check-gcc
lang_checks_parallel = $(lang_checks:=//%)
$(lang_checks_parallel): site.exp
$(lang_checks): check-% : $(TESTSUITEDIR)/site.exp

Will adding @check_languages@ to lang_checks to make it support other
languages?


H.J.



More information about the Gcc mailing list