Date: Wed, 22 Aug 2001 00:42:50 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Kris Kennaway <kris@obsecurity.org> Cc: hackers@FreeBSD.org Subject: Re: [PATCH] install -s -s(trip-me-harder) Message-ID: <20010822004250.A65425@dragon.nuxi.com> In-Reply-To: <20010820001654.A32129@xor.obsecurity.org>; from kris@obsecurity.org on Mon, Aug 20, 2001 at 12:16:54AM -0700 References: <20010820001654.A32129@xor.obsecurity.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Aug 20, 2001 at 12:16:54AM -0700, Kris Kennaway wrote: > + execlp("strip", "strip", "-s", "-R", ".comment", > + "-R", ".note", "-N", "gcc2_compiled", Getting rid of .note[.ABI-tag] will interfere with ELF branding. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010822004250.A65425>