From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org ([103.22.144.67]:57829 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750986AbdE2Kd6 (ORCPT ); Mon, 29 May 2017 06:33:58 -0400 Date: Mon, 29 May 2017 20:33:55 +1000 From: Stephen Rothwell Subject: Re: [PATCH] kbuild: provide THIN_ARCHIVES option for all architectures Message-ID: <20170529203355.4ebd1062@canb.auug.org.au> In-Reply-To: <20170529081103.29999-1-npiggin@gmail.com> References: <20170529081103.29999-1-npiggin@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Nicholas Piggin Cc: linux-arch@vger.kernel.org, linux-kbuild@vger.kernel.org, Linus Torvalds Hi Nick, On Mon, 29 May 2017 18:11:03 +1000 Nicholas Piggin wrote: > > diff --git a/arch/Kconfig b/arch/Kconfig > index 6c00e5b00f8b..28e64cb65dd5 100644 > --- a/arch/Kconfig > +++ b/arch/Kconfig > @@ -511,10 +511,23 @@ config CC_STACKPROTECTOR_STRONG > endchoice > > config THIN_ARCHIVES > - bool > + bool "Build the kernel using thin archives" > + default n Of course, this will be enabled by allmodconfig, etc builds ... -- Cheers, Stephen Rothwell