summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-07-22 18:20:20 +0000
committerJason Merrill <jason@redhat.com>2011-07-22 18:20:20 +0000
commit60e3a80f1a233ce1093038764c84910c157d1302 (patch)
tree17828e1a161fba1dd0b6284732890bbb208a1445 /Makefile.tpl
parent9857d32dbb7389ff22561dcf237edbf04c9cb9e5 (diff)
downloadbinutils-redhat-60e3a80f1a233ce1093038764c84910c157d1302.tar.gz
* 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 0b2b3d8989..c3552dd49e 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
# ----------