From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from terminus.zytor.com ([198.137.202.10]:48762 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755493Ab2B0Wvc (ORCPT ); Mon, 27 Feb 2012 17:51:32 -0500 Message-ID: <4F4C08EE.2010400@zytor.com> Date: Mon, 27 Feb 2012 14:51:26 -0800 From: "H. Peter Anvin" MIME-Version: 1.0 Subject: Re: Fwd: [tip:x86/x32] x32: Warn and disable rather than error if binutils too old References: <4F4C0877.5000804@zytor.com> In-Reply-To: <4F4C0877.5000804@zytor.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "linux-kbuild@vger.kernel.org" On 02/27/2012 02:49 PM, H. Peter Anvin wrote: > Kbuild people - for the lack of a way to doing toolchain dependencies in > Kconfig I'm doing this right now for x32 support. I am a little unclear > if this is the right thing to do, especially if I should be using := or > = here. > > -hpa Just to clarify: it seems to work as written. -hpa