* Makefile.def (language=c++): Add check-c++0x and
[deliverable/binutils-gdb.git] / Makefile.tpl
index 0b2b3d898929f38d58155d6097d3730e3ff793d1..c3552dd49e9fd68001b6b2d819cb945cfeaba118 100644 (file)
@@ -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
 # ----------
This page took 0.024855 seconds and 4 git commands to generate.