From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:54889 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753775AbaA1KQt (ORCPT ); Tue, 28 Jan 2014 05:16:49 -0500 Message-ID: <52E7838E.2070503@suse.cz> Date: Tue, 28 Jan 2014 11:16:46 +0100 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH V2 2/3] frv: Remove redundant debugging info flag References: <1390873714.5027.55.camel@smoke> In-Reply-To: <1390873714.5027.55.camel@smoke> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Geoff Levand Cc: linux-kbuild@vger.kernel.org, David Howells On 28.1.2014 02:48, Geoff Levand wrote: > The generic makefile now sets '-Wa,--gdwarf2' in KBUILD_AFLAGS, so > this setting is no longer needed in arch makefiles. > > Also remove a commented out addition of a -O1 to KBUILD_CFLAGS, and > comment text relating to these removed lines. > > Cc: David Howells > Signed-off-by: Geoff Levand for Huawei, Linaro > --- > v2: Removed unused CONFIG_DEBUG_INFO conditional and related text comment. Thanks, I added v2 of 2/3 and 3/3 to kbuild.git#kbuild. Michal