Include $(CFLAGS-$@) in ALL_CXXFLAGS

2011-08-23 Thread Joseph S. Myers
jos...@codesourcery.com * Makefile.in (ALL_CXXFLAGS): Include $(CFLAGS-$@). Index: Makefile.in === --- Makefile.in (revision 177999) +++ Makefile.in (working copy) @@ -1029,7 +1029,7 @@ $(CFLAGS) $(INTERNAL_CFLAGS

Re: Include $(CFLAGS-$@) in ALL_CXXFLAGS

2011-08-23 Thread DJ Delorie
There are some gcc flags that are not legal g++ flags, though...

Re: Include $(CFLAGS-$@) in ALL_CXXFLAGS

2011-08-23 Thread DJ Delorie
Hmm... ok, I'm just a tad paranoid about using the name CFLAGS for g++, someone's bound to do the stupid thing eventually.