diff options
Diffstat (limited to 'gcc/cobol/Make-lang.in')
-rw-r--r-- | gcc/cobol/Make-lang.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/cobol/Make-lang.in b/gcc/cobol/Make-lang.in index 22de3b1..0e2a773 100644 --- a/gcc/cobol/Make-lang.in +++ b/gcc/cobol/Make-lang.in @@ -385,12 +385,3 @@ selftest-cobol: lang_checks += check-cobol -### -### Note that the process environment variable CXXFLAGS_FOR_COBOL is applied to -### gcc/cobol compilations. This is not a configuration-level variable. -### -## -##cobol/%.o: cobol/%.cc -## @echo $(COMPILE) $(CXXFLAGS_FOR_COBOL) $< -## $(COMPILE) $(CXXFLAGS_FOR_COBOL) $< -## $(POSTCOMPILE) |