Subject: Re: gcc3 and build.sh
To: None <netbsd-users@netbsd.org>
From: ptiJo <ptiJo@noos.fr>
List: netbsd-users
Date: 09/12/2003 00:27:02
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