diff options
Diffstat (limited to 'gcc/cp/Make-lang.in')
-rw-r--r-- | gcc/cp/Make-lang.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cp/Make-lang.in b/gcc/cp/Make-lang.in index 08afcff..252ea8996 100644 --- a/gcc/cp/Make-lang.in +++ b/gcc/cp/Make-lang.in @@ -120,6 +120,9 @@ c++.tags: force generated-manpages:: cp/g++.1 +check-c++ : check-g++ +lang_checks += check-g++ + # # Install hooks: # cc1plus is installed elsewhere as part of $(COMPILERS). |