Subject: Re: gcc3 patches
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Johnny C. Lam <jlam@NetBSD.org>
List: tech-pkg
Date: 02/24/2004 09:28:45
On Mon, Feb 23, 2004 at 07:02:21PM +0100, Manuel Bouyer wrote:
> On Mon, Feb 23, 2004 at 06:57:06PM +0100, Manuel Bouyer wrote:
> > Hi,
> > here are various patches against the current gcc3 packages and dependancy,
> 
> This time with the patch (thanks wiz)
> 
> > which do various things:
> > - upgrade to gcc 3.3.3 (the most important, 3.3.2 can't build qt3-tools
> >   on solaris because of what looks like a codegen bug)
> > - remove /usr/local/{include,lib} from the default search path, because this
> >   breaks a lot of things when LOCALBASE=/usr/local
> > - handle non-empty ${GCC_VERSION} better (but in its current form breaks with
> >   an empty ${GCC_VERSION}).
> > 
> > Comments ?

I don't understand the purpose of patch-ah.  Could you please explain
what that's trying to do?  It looks like it's just removing some
dependencies for config.status, but why is that necessary?  Also the
changes that add ${GCC3_INSTALLTO_PREFIX} everywhere are incorrect in
the default case where that value is empty as it leaves an underscore
in the name of the various gcc3-* packages.

	Cheers,

	-- Johnny Lam <jlam@NetBSD.org>