Subject: Re: CVS commit: basesrc
To: Todd Vierling <tv@netbsd.org>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 04/11/2002 12:27:21
On Thu, Apr 11, 2002 at 10:08:14PM +0300, Todd Vierling wrote:
> Module Name: basesrc
> Committed By: tv
> Date: Thu Apr 11 19:08:14 UTC 2002
>
> Modified Files:
> basesrc: Makefile
>
> Log Message:
> We don't need to do "install" of lib/csu specially. Just install it with
> the rest of lib.
>
> (None of lib/* needs csu installed in order to link. In the USETOOLS!=yes
> case, csu may even depend on a newer libc, so installing csu before
> compiling host tools in lib/ could break things even worse.)
This is wrong. lib/csu stuff needs to be there in order to build shared
libraries (they link against crtbeginS.o and crtendS.o).
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>