Subject: Re: CVS commit: src/sys/arch/i386/conf
To: Julio Merino <jmmv@menta.net>
From: David Laight <david@l8s.co.uk>
List: source-changes
Date: 04/23/2003 21:04:48
> But if this is wrong, the ramdisk size needs to be reduced in some other
> way...
When I looked I could see two options:
1) Note that some functions are used by several of the crunched binaries
but are linked into each binary before it is crunched. Putting these
into a library linked after crunching would save space.
2) Use strip -Rident (or similar) to remove the ident section from the
crunched binary.
(It would be useful to leave the unstripped program on the obj tree).
David
--
David Laight: david@l8s.co.uk