aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-07-15 17:29:57 -0400
committerJason Merrill <jason@gcc.gnu.org>2011-07-15 17:29:57 -0400
commit6feeed065cba3185d087aa70a5a7493a4a7bbc3b (patch)
tree807b02754172ebb603c80eaace60c1e49b750d16 /Makefile.in
parent4476205585284726e033e2759f29652c4798d160 (diff)
downloadgcc-6feeed065cba3185d087aa70a5a7493a4a7bbc3b.zip
gcc-6feeed065cba3185d087aa70a5a7493a4a7bbc3b.tar.gz
gcc-6feeed065cba3185d087aa70a5a7493a4a7bbc3b.tar.bz2
re PR testsuite/49741 (make -k check-c++0x not multilib aware)
PR testsuite/49741 gcc/ * Makefile.in ($(lang_checks_parallelized)): Allow --extra_opts rather than --tool_opts. gcc/cp/ * Make-lang.in (check-c++0x): Use --extra_opts instead of--tool_opts. gcc/testsuite/ * lib/g++.exp (${tool}_option_help, ${tool}_option_proc): Restore. Use --extra_opts instead of --additional_options. * Makefile.in (check-c++): Move check-gcc-c++0x after check-target-libstdc++-v3. From-SVN: r176332
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 506d26e..0d40358 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -40157,7 +40157,7 @@ check-gcc-c++0x:
s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
$(HOST_EXPORTS) \
(cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-c++0x);
-check-c++: check-gcc-c++ check-gcc-c++0x check-target-libstdc++-v3
+check-c++: check-gcc-c++ check-target-libstdc++-v3 check-gcc-c++0x
.PHONY: check-gcc-fortran check-fortran
check-gcc-fortran: