In article <[EMAIL PROTECTED]>,
Sheldon Hearn  <[EMAIL PROTECTED]> wrote:
> On Sun, 29 Jul 2001 14:26:41 MST, John Polstra wrote:
> 
> > I don't understand what this has to do with how the kernel is
> > stripped.
> 
> The current modules build attached to buildkernel doesn't generate
> modules with debugging symbols, regardless of whether CONFIGARGS='-g'
> was specified.  I want to fix that.

OK, sounds good to me.  In your private mail you seemed to be asking
why only the debugging symbols are stripped from the kernel instead
of stripping all symbols.

I think the modules should be stripped the same way as the kernel:
with --strip-debug.  That way you end up with the same set of symbols
as if they were statically linked into the kernel.

John
-- 
  John Polstra                                               [EMAIL PROTECTED]
  John D. Polstra & Co., Inc.                        Seattle, Washington USA
  "Disappointment is a good sign of basic intelligence."  -- Chögyam Trungpa


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to