From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762855AbXKNAX4 (ORCPT ); Tue, 13 Nov 2007 19:23:56 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754521AbXKNAXs (ORCPT ); Tue, 13 Nov 2007 19:23:48 -0500 Received: from there.is.no.cabal.ca ([134.117.69.58]:44907 "EHLO fattire.cabal.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754450AbXKNAXr (ORCPT ); Tue, 13 Nov 2007 19:23:47 -0500 Date: Tue, 13 Nov 2007 19:23:46 -0500 From: Kyle McMartin To: David Howells Cc: torvalds@osdl.org, akpm@linux-foundation.org, dwmw2@infradead.org, linux-kernel@vger.kernel.org, linux-am33-list@redhat.com Subject: Re: [PATCH 2/9] AOUT: Mark arches that support A.OUT format [try #6] Message-ID: <20071114002346.GA22964@fattire.cabal.ca> References: <20071114001832.27662.8437.stgit@warthog.procyon.org.uk> <20071114001842.27662.66081.stgit@warthog.procyon.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071114001842.27662.66081.stgit@warthog.procyon.org.uk> User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 14, 2007 at 12:18:42AM +0000, David Howells wrote: > Mark arches that support A.OUT format by including the following in their > master Kconfig files: > > config ARCH_SUPPORTS_AOUT > def_bool y > ... > Signed-off-by: David Howells > big Acked-by: Kyle McMartin to the whole set arch-dependant set... Thanks, Kyle