From mboxrd@z Thu Jan 1 00:00:00 1970 Received: with ECARTIS (v1.0.0; list linux-mips); Sun, 23 Oct 2011 15:45:36 +0200 (CEST) Received: from mx1.netlogicmicro.com ([12.203.210.36]:2799 "EHLO orion5.netlogicmicro.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S1491023Ab1JWNoK (ORCPT ); Sun, 23 Oct 2011 15:44:10 +0200 X-TM-IMSS-Message-ID: Received: from hqcas01.netlogicmicro.com ([10.10.50.14]) by netlogicmicro.com ([10.10.16.19]) with ESMTP (TREND IMSS SMTP Service 7.0; TLS: TLSv1/SSLv3,128bits,AES128-SHA) id b96869090004e55e ; Sun, 23 Oct 2011 06:44:02 -0700 Date: Sun, 23 Oct 2011 19:09:04 +0530 From: Jayachandran C To: , Subject: [PATCH 03/12] MIPS: Netlogic: No need to set -Werror in mips/xlr Message-ID: <20111023133858.GA22947@jayachandranc.netlogicmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-OriginalArrivalTime: 23 Oct 2011 13:37:02.0675 (UTC) FILETIME=[D8DB9230:01CC9188] X-archive-position: 31273 X-ecartis-version: Ecartis v1.0.0 Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org X-original-sender: jayachandranc@netlogicmicro.com Precedence: bulk X-list: linux-mips Return-Path: X-Keywords: X-UID: 16579 The -Werror compilation flag is already set for arch/mips - it can be removed from arch/mips/xlr/Makefile Signed-off-by: Jayachandran C --- arch/mips/netlogic/xlr/Makefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/mips/netlogic/xlr/Makefile b/arch/mips/netlogic/xlr/Makefile index 2dca585..29f1fd5 100644 --- a/arch/mips/netlogic/xlr/Makefile +++ b/arch/mips/netlogic/xlr/Makefile @@ -1,5 +1,3 @@ obj-y += setup.o platform.o irq.o setup.o time.o obj-$(CONFIG_SMP) += smp.o smpboot.o obj-$(CONFIG_EARLY_PRINTK) += xlr_console.o - -ccflags-y += -Werror -- 1.7.4.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.netlogicmicro.com ([12.203.210.36]:2799 "EHLO orion5.netlogicmicro.com" rhost-flags-OK-OK-OK-FAIL) by eddie.linux-mips.org with ESMTP id S1491023Ab1JWNoK (ORCPT ); Sun, 23 Oct 2011 15:44:10 +0200 Date: Sun, 23 Oct 2011 19:09:04 +0530 From: Jayachandran C Subject: [PATCH 03/12] MIPS: Netlogic: No need to set -Werror in mips/xlr Message-ID: <20111023133858.GA22947@jayachandranc.netlogicmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: linux-mips-bounce@linux-mips.org Errors-to: linux-mips-bounce@linux-mips.org Return-Path: To: ralf@linux-mips.org, linux-mips@linux-mips.org Message-ID: <20111023133904.fViyy6uaMrLkkzZRFzH3LHdj6ci8VlvgdBBNycUphw8@z> The -Werror compilation flag is already set for arch/mips - it can be removed from arch/mips/xlr/Makefile Signed-off-by: Jayachandran C --- arch/mips/netlogic/xlr/Makefile | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/arch/mips/netlogic/xlr/Makefile b/arch/mips/netlogic/xlr/Makefile index 2dca585..29f1fd5 100644 --- a/arch/mips/netlogic/xlr/Makefile +++ b/arch/mips/netlogic/xlr/Makefile @@ -1,5 +1,3 @@ obj-y += setup.o platform.o irq.o setup.o time.o obj-$(CONFIG_SMP) += smp.o smpboot.o obj-$(CONFIG_EARLY_PRINTK) += xlr_console.o - -ccflags-y += -Werror -- 1.7.4.1