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
commit5482670f8de3f5afb1f5c4fc051cbaaaa7c5bf0a (patch)
treee3548c7c7700d42ee66663b170a3f216013bd28d /Makefile.tpl
parent1ea0ca74e74898abcdcd280679a886ee68825dac (diff)
downloadgdb-5482670f8de3f5afb1f5c4fc051cbaaaa7c5bf0a.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 0b2b3d89892..c3552dd49e9 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
# ----------