Subject: Re: different behaviour of system cc and TOOLDIR/cc
To: None <M.Drochner@fz-juelich.de>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: tech-toolchain
Date: 06/11/2003 09:31:45
On Wednesday, June 11, 2003, at 09:02 AM, Matthias Drochner wrote:
> I've built gcc-3.3 from pkgsrc, and didn't get any crt* files.
> What's the correct way to setup a gcc3 to build the tree?
GCC 3.3 will build its down CRT files if configured for "netbsd 1.7 or
later", so if you configure it for "i386-unknown-netbsdelf1.7" or
"i386-unknown-netbsdelf2.0", it will include its own CRT files.
("i386-unknown-netbsdelf2.0" will also compile in support for
pthreads...)
-- Jason R. Thorpe <thorpej@wasabisystems.com>