This is the mail archive of the
libstdc++@sources.redhat.com
mailing list for the libstdc++ project.
Re: patch to check ld
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Subject: Re: patch to check ld
- From: "Frank Ch. Eigler" <fche at redhat dot com>
- Date: Mon, 31 Jul 2000 16:32:49 -0400
- Cc: jason at redhat dot com, libstdc++ at sources dot redhat dot com
- References: <200007312019.QAA00701@disaster.jaj.com>
Hi -
On Mon, Jul 31, 2000 at 04:19:06PM -0400, Phil Edwards wrote:
> > But during a "compile-only step", when is the linker is invoked at all?
>
> It wouldn't. Thus, it would be ignored [by the compiler driver], [...]
Then why not simply pass the existing "-O<N>" flag from the driver
to both the compiler and the linker?
- FChE