summaryrefslogtreecommitdiffstats
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-07-22 18:20:21 +0000
committerJason Merrill <jason@redhat.com>2011-07-22 18:20:21 +0000
commitda7287ed5df365db96ae023e7e0540983e2b9ad8 (patch)
tree0af6105aaba35a523bd52e3215a4d57283920e50 /Makefile.tpl
parenta2b52d6b297c6f2633ff6403e74be70edce382ee (diff)
downloadcygnal-da7287ed5df365db96ae023e7e0540983e2b9ad8.tar.gz
cygnal-da7287ed5df365db96ae023e7e0540983e2b9ad8.tar.bz2
cygnal-da7287ed5df365db96ae023e7e0540983e2b9ad8.zip
* Makefile.def (language=c++): Add check-c++0x and
check-target-libmudflap-c++. * Makefile.tpl (check-target-libmudflap-c++): New. * Makefile.in: Regenerate.
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 0b2b3d898..c3552dd49 100644
--- a/Makefile.tpl
+++ b/Makefile.tpl
@@ -1391,6 +1391,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
# ----------