From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com ([134.134.136.24]:56596 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753142Ab2DLT56 (ORCPT ); Thu, 12 Apr 2012 15:57:58 -0400 Message-ID: <4F8733C5.5080609@linux.intel.com> Date: Thu, 12 Apr 2012 12:57:57 -0700 From: Andi Kleen MIME-Version: 1.0 Subject: Re: [PATCH 2/2] Add CONFIG_READABLE_ASM References: <1332960678-11879-1-git-send-email-andi@firstfloor.org> <1332960678-11879-2-git-send-email-andi@firstfloor.org> <20120412194016.GA30558@merkur.ravnborg.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Geert Uytterhoeven Cc: Sam Ravnborg , Andi Kleen , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, x86@kernel.org >> You should try cc-diasable-warning like this: >> >> KBUILD_CFLAGS += $(call cc-disable-warning, ipa-cp-clone) > That works, thanks! > Andi, does it still work as expected for you? No, unfortunately it doesn't enable the flag with my compiler. Also BTW ipa-cp-clone is not a warning, it's an optimization pass. Sam any other ideas? -Andi