From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from 93-97-173-237.zone5.bethere.co.uk ([93.97.173.237] helo=tim.rpsys.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Se4FD-0002Mh-2U for openembedded-core@lists.openembedded.org; Mon, 11 Jun 2012 15:01:19 +0200 Received: from localhost (localhost [127.0.0.1]) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q5BCojYn014865 for ; Mon, 11 Jun 2012 13:50:45 +0100 Received: from tim.rpsys.net ([127.0.0.1]) by localhost (tim.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 13603-05 for ; Mon, 11 Jun 2012 13:50:40 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by tim.rpsys.net (8.13.6/8.13.8) with ESMTP id q5BCocCC014859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 11 Jun 2012 13:50:39 +0100 Message-ID: <1339419040.30460.17.camel@ted> From: Richard Purdie To: Patches and discussions about the oe-core layer Date: Mon, 11 Jun 2012 13:50:40 +0100 In-Reply-To: <1339280364-22585-1-git-send-email-raj.khem@gmail.com> References: <1339280364-22585-1-git-send-email-raj.khem@gmail.com> X-Mailer: Evolution 3.2.2- Mime-Version: 1.0 X-Virus-Scanned: amavisd-new at rpsys.net Subject: Re: [PATCH 1/2] gcc-common: Enable hardfloat ABI when target is arm X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2012 13:01:19 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sat, 2012-06-09 at 15:19 -0700, Khem Raj wrote: > We need to check target to be arm before enabling hard-float > ABI. There are crossdk targets or candian-cross targets built > for arm and we should not enable it for those class of recipes. > > Signed-off-by: Khem Raj > --- > meta/recipes-devtools/gcc/gcc-common.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Merged to master (along with 2/2), thanks. Richard