Subject: Re: src/distrib/sets question
To: Matt Fredette <fredette@theory.lcs.mit.edu>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: tech-install
Date: 03/20/2002 19:03:58
On Wed, Mar 20, 2002 at 09:36:00PM -0500, Matt Fredette wrote:

 > The m68000 doesn't have shared libraries, so I have makeflist 
 > set $shlib to the empty string for that MACHINE_ARCH.  This
 > causes /usr/lib/crtbegin.o and /usr/lib/crtend.o to be left
 > out of the comp set, because they're listed in 
 > src/distrib/sets/lists/comp/shl.elf.  Ideas?  Thanks -

Ah, crtbegin/crtend should be listed in comp.elf or something, as
should crtbeginS/crtendS (they're only used when a library or program
is created).

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>