Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753723AbZGXXZL (ORCPT ); Fri, 24 Jul 2009 19:25:11 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752245AbZGXXZI (ORCPT ); Fri, 24 Jul 2009 19:25:08 -0400 Received: from cpsmtpm-eml103.kpnxchange.com ([195.121.3.7]:55255 "EHLO CPSMTPM-EML103.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751256AbZGXXZH (ORCPT ); Fri, 24 Jul 2009 19:25:07 -0400 From: Frans Pop To: Fenghua Yu Subject: Re: [PATCH] ia64: minor Makefile simplification through use of cc-ifversion Date: Sat, 25 Jul 2009 01:25:04 +0200 User-Agent: KMail/1.9.9 Cc: Peter Chubb , Sam Ravnborg , "linux-ia64@vger.kernel.org" , "linux-kbuild@vger.kernel.org" , "linux-kernel@vger.kernel.org" References: <200907232056.51064.elendil@planet.nl> <200907242023.12478.elendil@planet.nl> <20090724231511.GA20607@linux-os.sc.intel.com> In-Reply-To: <20090724231511.GA20607@linux-os.sc.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907250125.06102.elendil@planet.nl> X-OriginalArrivalTime: 24 Jul 2009 23:25:06.0569 (UTC) FILETIME=[FA8DC790:01CA0CB5] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 30 On Saturday 25 July 2009, Fenghua Yu wrote: > Between GCC version 3.4.0 and 4.3.3 (including 3.4.0 and 4.3.3), > -mtune=merced is implemented in GCC. Starting from 4.4.0, -mtune=merced > is deprecated. > > Even implemented in versions between 3.4.0 and 4.3.3, the -mtune=merced > feature has been broken in some of the versions. For example, GCC 4.1.2 > reports interanl tuning function errors during kernel building with > -mtune=merced. Or GCC Bugzilla 16130 reports another -mtune=merced > issue on GCC 3.4.1. > > So I would remove the -mtune=merced from IA64 kernel build. Without > this option, kernel on Merced will remain the same except losing an > unstable and out-of-date performance tunning feature. > > Since GCC version 3.4.0, -mtune=mckinley has been implemented. The > -mtune=mckinley option functions the same as mtune=itanium2. And > mtune=itanium2 is the default option. So we don't need to add > mtune=mckinley either since its been the default option in any GCC > version which implements this option. > > Signed-off-by: Fenghua Yu Fine by me, but you'll probably want to give the commit a different subject :-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/