Subject: Re: gcc3 and build.sh
To: ptiJo <ptiJo@noos.fr>
From: Ron Roskens <roskens@elfin.net>
List: netbsd-users
Date: 09/11/2003 18:01:07
USE_TOOLS_TOOLCHAIN=no causes build.sh to use gcc3 during its run.
HAVE_GCC3=yes causes build.sh to build/install gcc3.

On Fri, 12 Sep 2003, ptiJo wrote:

> thanks a lot !
>
> BTW, what will be the installed gcc then ?
> Will it be gcc3 or will I still have to install gcc3 via pkgsrc ?
>
> 	Jo
>
> On Thu, Sep 11 2003 - 16:53, Ron Roskens wrote:
> > On Thu, 11 Sep 2003, ptiJo wrote:
> >
> > > Hi,
> > >
> > > I've installed GCC3 from pkgsrc, add the mk.conf environment
> > > variables to my /etc/mk.conf and issued a "./build.sh -u -m i386 release".
> > > Looking a my XTerm, it seems the used compiler is i386--netbsdelf-gcc
> > > which is 2.95.3 (and not 3.x)...
> > >
> > > So:
> > > 1. is it possible to compile userland with gcc3 ?
> >
> > yes
> >
> > > 2. what's the trick to make build.sh use gcc3 ?
> >
> > ./build.sh -V USE_TOOLS_TOOLCHAIN=no -V HAVE_GCC3=yes -u -m i386 release
> >
> > Ron
>