From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752428AbbDCPdK (ORCPT ); Fri, 3 Apr 2015 11:33:10 -0400 Received: from lb2-smtp-cloud2.xs4all.net ([194.109.24.25]:58070 "EHLO lb2-smtp-cloud2.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751170AbbDCPdH (ORCPT ); Fri, 3 Apr 2015 11:33:07 -0400 Message-ID: <1428075183.2491.21.camel@tiscali.nl> Subject: Re: [PATCH] x86/Kconfig: Fix allnoconfig without explicitly specified ARCH From: Paul Bolle To: Borislav Petkov Cc: Ingo Molnar , X86 ML , LKML Date: Fri, 03 Apr 2015 17:33:03 +0200 In-Reply-To: <20150403145950.GE3418@pd.tnic> References: <1428058828-19302-1-git-send-email-bp@alien8.de> <1428068538.2491.14.camel@tiscali.nl> <20150403145950.GE3418@pd.tnic> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.11 (3.12.11-1.fc21) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Borislav Petkov schreef op vr 03-04-2015 om 16:59 [+0200]: > On Fri, Apr 03, 2015 at 03:42:18PM +0200, Paul Bolle wrote: > > A side effect of this patch is that allnoconfig when building on 32 bits > > now also requires to set ARCH=i386, which is surprising. This seems to > > How else would you build a 32-bit allnoconfig? Well, "when building on 32 bits" it currently suffices to do: make allnoconfig and the patch changes that. Just like it is surprising to get a CONFIG_X86_32=y .config when doing allnoconfig on x86_64 it is also surprising to get a CONFIG_X86_64=y .config when doing allyesconfig on i386. So I think a more general solution to these surprising .configs should be considered. Thanks, Paul Bolle