aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-07-16 23:34:13 -0400
committerJason Merrill <jason@gcc.gnu.org>2011-07-16 23:34:13 -0400
commit32c87d63d20a2fe4e5a510e058b5f5a6ebf82572 (patch)
tree009813d50e12bfc619d30df9378d03f2ef6f0b08 /Makefile.tpl
parent6573e8a0a9a5242a30cafc7290e9d6449a8cee52 (diff)
downloadgcc-32c87d63d20a2fe4e5a510e058b5f5a6ebf82572.zip
gcc-32c87d63d20a2fe4e5a510e058b5f5a6ebf82572.tar.gz
gcc-32c87d63d20a2fe4e5a510e058b5f5a6ebf82572.tar.bz2
Makefile.def (language=c++): Add check-c++0x and check-target-libmudflap-c++.
* Makefile.def (language=c++): Add check-c++0x and check-target-libmudflap-c++. * Makefile.tpl (check-target-libmudflap-c++): New. * Makefile.in: Regenerate. From-SVN: r176367
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl
index ea3d08d..0d2a0bf 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1393,6 +1393,13 @@ ENDIF raw_cxx +]
[+ ENDFOR recursive_targets +]
[+ ENDFOR target_modules +]
+@if target-libmudflap
+.PHONY: check-target-libmudflap-c++
+check-target-libmudflap-c++:
+ $(MAKE) RUNTESTFLAGS="$(RUNTESTFLAGS) c++frags.exp" check-target-libmudflap
+
+@endif target-libmudflap
+
# ----------
# GCC module
# ----------