This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: LDFLAGS handling in V3


Daniel Jacobowitz wrote:

That would be a bug.  LDFLAGS are intended to be compiler driver
options; that's not a new requirement.

OK, great. So, then, the libstdc++ Makefiles should turn them into -Wc, options to libtool, rather than -Wl, as I proposed? That would make clear to libtool that it needs to pass them along to the compiler, rather than silently ignore them. Thoughts?


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]