From patchwork Thu Sep 23 06:51:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: matt mooney X-Patchwork-Id: 201362 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter1.kernel.org (8.14.4/8.14.3) with ESMTP id o8N6vjPs022317 for ; Thu, 23 Sep 2010 06:57:45 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752848Ab0IWG5o (ORCPT ); Thu, 23 Sep 2010 02:57:44 -0400 Received: from qmta07.emeryville.ca.mail.comcast.net ([76.96.30.64]:45390 "EHLO qmta07.emeryville.ca.mail.comcast.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752797Ab0IWG5o (ORCPT ); Thu, 23 Sep 2010 02:57:44 -0400 X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter1.kernel.org [140.211.167.41]); Thu, 23 Sep 2010 06:57:45 +0000 (UTC) X-Greylist: delayed 348 seconds by postgrey-1.27 at vger.kernel.org; Thu, 23 Sep 2010 02:57:44 EDT Received: from omta05.emeryville.ca.mail.comcast.net ([76.96.30.43]) by qmta07.emeryville.ca.mail.comcast.net with comcast id A6iy1f0090vp7WLA76rvu0; Thu, 23 Sep 2010 06:51:55 +0000 Received: from haskell.muteddisk.com ([98.239.78.58]) by omta05.emeryville.ca.mail.comcast.net with comcast id A6rv1f0021FUwZe8R6rv8M; Thu, 23 Sep 2010 06:51:55 +0000 Received: by haskell.muteddisk.com (Postfix, from userid 1000) id 6480C412AC; Wed, 22 Sep 2010 23:51:07 -0700 (PDT) From: matt mooney To: Kyle McMartin Cc: Helge Deller , "James E.J. Bottomley" , Andrew Morton , linux-parisc@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: [PATCH 11/20] parisc: change to new flag variable Date: Wed, 22 Sep 2010 23:51:05 -0700 Message-Id: <1285224665-29831-1-git-send-email-mfm@muteddisk.com> X-Mailer: git-send-email 1.6.4.2 Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org diff --git a/arch/parisc/math-emu/Makefile b/arch/parisc/math-emu/Makefile index 1f3f225..0bd63b0 100644 --- a/arch/parisc/math-emu/Makefile +++ b/arch/parisc/math-emu/Makefile @@ -3,7 +3,7 @@ # # See arch/parisc/math-emu/README -EXTRA_CFLAGS += -Wno-parentheses -Wno-implicit-function-declaration \ +ccflags-y := -Wno-parentheses -Wno-implicit-function-declaration \ -Wno-uninitialized -Wno-strict-prototypes -Wno-return-type \ -Wno-implicit-int