Commit 295409e1 by Joseph Myers Committed by Joseph Myers

* Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).

From-SVN: r178029
parent 8c330caa
2011-08-24 Joseph Myers <joseph@codesourcery.com>
* Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@).
2011-08-24 Richard Guenther <rguenther@suse.de>
PR tree-optimization/50067
......
......@@ -1029,7 +1029,7 @@ ALL_CFLAGS = $(T_CFLAGS) $(CFLAGS-$@) \
$(CFLAGS) $(INTERNAL_CFLAGS) $(COVERAGE_FLAGS) $(WARN_CFLAGS) @DEFS@
# The C++ version.
ALL_CXXFLAGS = $(T_CFLAGS) $(CXXFLAGS) $(INTERNAL_CFLAGS) \
ALL_CXXFLAGS = $(T_CFLAGS) $(CFLAGS-$@) $(CXXFLAGS) $(INTERNAL_CFLAGS) \
$(COVERAGE_FLAGS) $(WARN_CXXFLAGS) @DEFS@
# Likewise. Put INCLUDES at the beginning: this way, if some autoconf macro
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment