Subject: Re: gcc3 and build.sh
To: ptiJo <ptiJo@noos.fr>
From: Ron Roskens <roskens@elfin.net>
List: netbsd-users
Date: 09/11/2003 16:53:45
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