Subject: Re: gcc4, how to get it easyish
To: Michael Kell Jensen <mkj@micrun.net>
From: Martin Husemann <martin@duskware.de>
List: netbsd-users
Date: 09/18/2007 12:20:10
On Tue, Sep 18, 2007 at 02:05:11PM +0200, Michael Kell Jensen wrote:
> question:
> 
> does the netbsd amd64  port give me a more recent compiler
> than 3.4 (from pkgsrc) or 3.3.3, (well i dont have a amd64
> but i could use the emulators.)

NetBSD 4.0_RC1 will give you a gcc version 4.1.2 prerelease version in-tree
(or current a 4.1.3 prerelease). You can also easily create a amd64 cross
compiler simply by running "build.sh -m amd64 -T .... tools" or something
along those lines.

Martin