From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from out03.mta.xmission.com ([166.70.13.233]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Tfh3M-000607-1g for kexec@lists.infradead.org; Tue, 04 Dec 2012 01:12:05 +0000 From: ebiederm@xmission.com (Eric W. Biederman) References: <87r4np4jm1.fsf@xmission.com> <8738zm93je.fsf_-_@xmission.com> <20121204000908.GD15738@verge.net.au> Date: Mon, 03 Dec 2012 17:11:55 -0800 In-Reply-To: <20121204000908.GD15738@verge.net.au> (Simon Horman's message of "Tue, 4 Dec 2012 09:09:08 +0900") Message-ID: <87txs27h9g.fsf@xmission.com> MIME-Version: 1.0 Subject: Re: [PATCH] kexec: Teach configure to find the strip binary. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Simon Horman Cc: Kexec Mailing List , Yinghai Lu Simon Horman writes: > On Mon, Dec 03, 2012 at 02:25:25PM -0800, Eric W. Biederman wrote: >> >> For some reason my version of the Makefile generated by configure >> included the line STRIP=strp. Rerunning configure from a fresh slate >> did not regenerate that line so I don't know how it got there. So add >> the code to Makefile.in and configure.ac to autodetect the strip binary. >> >> This is needed so that we can remove from purgatory all of the >> relocations to sections that are not needed at runtime, by stripping >> out those sections. >> >> Signed-off-by: "Eric W. Biederman" > > Thanks, I removed the last hunk, which seems to be a white-space only > change to purgatory/arch/x86_64/Makefile, and applied the rest. Oops. Thanks for cacthing that. I didn't realize I had that change sitting in my tree. >> # Don't add sources in i386/ to dist, as i386/Makefile adds them >> -x86_64_PURGATORY_SRCS += purgatory/arch/i386/entry32-16.S >> +x86_64_PURGATORY_SRCS += purgatory/arch/i386/entry32-16.S >> x86_64_PURGATORY_SRCS += purgatory/arch/i386/entry32-16-debug.S >> x86_64_PURGATORY_SRCS += purgatory/arch/i386/crashdump_backup.c >> x86_64_PURGATORY_SRCS += purgatory/arch/i386/console-x86.c Eric _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec