This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Re: A clue for the libstdc++ problem.
On Sun, Apr 01, 2001 at 07:47:31PM -0300, Alexandre Oliva wrote:
> On Apr 1, 2001, "Zack Weinberg" <zackw@stanford.edu> wrote:
>
> > I am currently testing this patch. It moves all the special logic
> > into the subdirectory configure scripts.
>
> I don't want to do this. The point of having this dealt with in the
> top level is that we can easily add other C++ target libraries without
> having to copy this ugly hack into them.
See, I see this as an uglier hack. We want to have *less* dinking
with shell quoting rules. We already know it doesn't work.
And how likely is it that we'll add another C++ target library which
shouldn't use g++ to link?
zw