Commit d44b9748 by David Malcolm Committed by David Malcolm

Remove selftest dependency on C++ frontend

gcc/ChangeLog
	* Makefile.in (selftest): Remove dependency on s-selftest-c++.

From-SVN: r250036
parent 2fff1c81
2017-07-06 David Malcolm <dmalcolm@redhat.com>
* Makefile.in (selftest): Remove dependency on s-selftest-c++.
2017-07-06 Jan Hubicka <hubicka@ucw.cz> 2017-07-06 Jan Hubicka <hubicka@ucw.cz>
* lto-wrapper.c (merge_and_complain): Do not merge * lto-wrapper.c (merge_and_complain): Do not merge
......
...@@ -1920,7 +1920,9 @@ CPP_SELFTEST_DEPS = cc1plus$(exeext) $(SELFTEST_DEPS) ...@@ -1920,7 +1920,9 @@ CPP_SELFTEST_DEPS = cc1plus$(exeext) $(SELFTEST_DEPS)
# Use "s-selftest-FE" to ensure that we only run the selftests if the # Use "s-selftest-FE" to ensure that we only run the selftests if the
# driver, frontend, or selftest data change. # driver, frontend, or selftest data change.
.PHONY: selftest .PHONY: selftest
selftest: s-selftest-c s-selftest-c++
# By default, only run the selftests within the C frontend
selftest: s-selftest-c
# C selftests # C selftests
s-selftest-c: $(C_SELFTEST_DEPS) s-selftest-c: $(C_SELFTEST_DEPS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment