aboutsummaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-17 03:34:13 +0000
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>2011-07-17 03:34:13 +0000
commit365b3651965793a5ac2369cbf51f190fdae0fd8c (patch)
tree009813d50e12bfc619d30df9378d03f2ef6f0b08 /Makefile.tpl
parent5359d2ebe19c03bf9f78f5ff5838115d72e11ad7 (diff)
* Makefile.def (language=c++): Add check-c++0x and
check-target-libmudflap-c++. * Makefile.tpl (check-target-libmudflap-c++): New. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176367 138bc75d-0d04-0410-961f-82ee72b054a4
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 ea3d08d67ab..0d2a0bfff2d 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
# ----------