This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/5291] Bad reference to build directory in libstdc++.la
- From: "bonzini at gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Dec 2007 13:17:46 -0000
- Subject: [Bug libstdc++/5291] Bad reference to build directory in libstdc++.la
- References: <bug-5291-50@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #29 from bonzini at gnu dot org 2007-12-03 13:17 -------
It might be me, but I cannot see when they are used. Or better, yes, they are
used in LTCXXCOMPILE but there a few -L... switches shouldn't make any
difference, so you could use CXX_FOR_LIB also in LTCXXCOMPILE (and the same
holds for generation of PCH files). At this point, $(CXX) would be unused, and
you can simplify things a lot.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5291