Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc



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@localhost>



Home | Main Index | Thread Index | Old Index