diff options
Diffstat (limited to 'gcc/treelang')
-rw-r--r-- | gcc/treelang/config-lang.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/treelang/config-lang.in b/gcc/treelang/config-lang.in index 5920c4268a2..69c4a76e49f 100644 --- a/gcc/treelang/config-lang.in +++ b/gcc/treelang/config-lang.in @@ -23,15 +23,12 @@ # # language - name of language as it would appear in $(LANGUAGES) # compilers - value to add to $(COMPILERS) -# stagestuff - files to add to $(STAGESTUFF) # diff_excludes - files to ignore when building diffs between two versions. language="treelang" compilers="tree1\$(exeext)" -stagestuff= - diff_excludes="-x lex.c -x parse.c -x parse.h" headers= build_by_default="no" |