This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
[v3] makefile tweaks for CXXFLAGS, etc
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: gcc-patches at gcc dot gnu dot org
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Mon, 21 Nov 2005 18:13:36 -0600
- Subject: [v3] makefile tweaks for CXXFLAGS, etc
CXXCOMPILE and LTCXXCOMPILE now treat CXXFLAGS the same. This makes
certain rebuilding options easier, for instance if you try things like
"-O3 -fimplicit-templates" on new files you get consistent behavior.
The rest are just cleanups for c++config inclusion. I started out doing
this to use a macro hack memory debugging wrapper I put in c++config.
tested x86/linux
-benjamin