cvs commit: src/sys/conf kern.post.mk kmod.mk
Ruslan Ermilov
ru at FreeBSD.org
Thu Oct 27 07:24:46 PDT 2005
ru 2005-10-27 14:24:46 UTC
FreeBSD src repository
Modified files:
sys/conf kern.post.mk kmod.mk
Log:
Installing debug modules was a bad idea -- I bogusly assumed that
our kernel linker will only load PT_LOAD segments, apparently not.
Instead, produce .dbg objects from .debug objects, and install
them together with non-debug objects, as described in objcopy(1).
Original code by: obrien
Revision Changes Path
1.87 +12 -10 src/sys/conf/kern.post.mk
1.198 +9 -7 src/sys/conf/kmod.mk
More information about the cvs-src
mailing list