| To: | <linux-mips@linux-mips.org>, <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 3/9] MIPS: Netlogic: No need to set -Werror in mips/xlr |
| From: | Jayachandran C <jayachandranc@netlogicmicro.com> |
| Date: | Tue, 27 Sep 2011 14:07:58 +0530 |
| In-reply-to: | <cover.1317111127.git.jayachandranc@netlogicmicro.com> |
| References: | <cover.1317111127.git.jayachandranc@netlogicmicro.com> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
The -Werror compilation flag is already set for arch/mips - it can be removed from arch/mips/xlr/Makefile Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com> --- 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 |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/9] MIPS: Netlogic: Use CPU_XLR instead of NLM_XLR, Jayachandran C |
|---|---|
| Next by Date: | [PATCH 4/9] MIPS: Netlogic: Move code common with XLP to common/, Jayachandran C |
| Previous by Thread: | [PATCH 2/9] MIPS: Netlogic: Use CPU_XLR instead of NLM_XLR, Jayachandran C |
| Next by Thread: | [PATCH 4/9] MIPS: Netlogic: Move code common with XLP to common/, Jayachandran C |
| Indexes: | [Date] [Thread] [Top] [All Lists] |