diff options
Diffstat (limited to 'gcc/cobol/Make-lang.in')
-rw-r--r-- | gcc/cobol/Make-lang.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gcc/cobol/Make-lang.in b/gcc/cobol/Make-lang.in index ee494b8..0e2a773 100644 --- a/gcc/cobol/Make-lang.in +++ b/gcc/cobol/Make-lang.in @@ -385,22 +385,3 @@ selftest-cobol: lang_checks += check-cobol -# -# Front-end specific flags: Originally done for the COBOL front end, this -# scripting applies CXXFLAGS_FOR_COBOL only to compilations of source code in the -# gcc/cobol source code tree. Both forms can be used: -# -# CXXFLAGS_FOR_COBOL=xxx ../configure --enable-languages=.... -# and -# make <gcc> CXXFLAGS_FOR_COBOL=yyy -# -# The second form overrides the first. -# -# To apply this feature to other front ends, look for and clone lines -# containing "CXXFLAGS_FOR_COBOL" in configure.ac, Makefile.tbl, and Makefile.def. -# - -cobol/%.o: cobol/%.cc - @echo $(COMPILE) $(CXXFLAGS_FOR_COBOL) $< - $(COMPILE) $(CXXFLAGS_FOR_COBOL) $< - $(POSTCOMPILE) |