From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752564Ab1GaRlM (ORCPT ); Sun, 31 Jul 2011 13:41:12 -0400 Received: from casper.infradead.org ([85.118.1.10]:42886 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752228Ab1GaRlE (ORCPT ); Sun, 31 Jul 2011 13:41:04 -0400 Subject: Re: [PATCH 2/2] Enable 'make CONFIG_FOO=y oldconfig' From: David Woodhouse To: Randy Dunlap Cc: Arnaud Lacombe , "H. Peter Anvin" , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Roman Zippel Date: Sun, 31 Jul 2011 18:40:58 +0100 In-Reply-To: <20110731100856.780d71de.rdunlap@xenotime.net> References: <1312067499.22074.59.camel@i7.infradead.org> <1312067670.22074.61.camel@i7.infradead.org> <4E34998D.8060806@zytor.com> <4E34A1E4.8040103@zytor.com> <1312097621.22074.71.camel@i7.infradead.org> <20110731093740.39f7fbc3.rdunlap@xenotime.net> <1312131467.22074.95.camel@i7.infradead.org> <20110731100856.780d71de.rdunlap@xenotime.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.0.2 (3.0.2-3.fc15) Content-Transfer-Encoding: 7bit Message-ID: <1312134060.22074.99.camel@i7.infradead.org> Mime-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 2011-07-31 at 10:08 -0700, Randy Dunlap wrote: > > OK, it seems that we agree that ARCH=x86 is an incomplete > specification. > Thanks. Of course it's incomplete, just as the legacy ARCH=i386 was incomplete. Even an allnoconfig still had over a hundred lines more configuration before it was a complete description of what gets built. -- dwmw2