This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/47368] CFLAGS_FOR_TARGET, profiledbootstrap and lto-bootstrap flags unused in libstdc++-v3
- From: "jakub at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 20 Jan 2011 07:59:00 +0000
- Subject: [Bug libstdc++/47368] CFLAGS_FOR_TARGET, profiledbootstrap and lto-bootstrap flags unused in libstdc++-v3
- Auto-submitted: auto-generated
- References: <bug-47368-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47368
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-01-20 07:58:56 UTC ---
Supposedly because libstdc++-v3 is written in C++ and therefore uses
CXXFLAGS_FOR_TARGET etc. instead?