From patchwork Fri Feb 25 23:57:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dennis Gilmore X-Patchwork-Id: 84619 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 98488B6EE9 for ; Sat, 26 Feb 2011 11:16:02 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756433Ab1BZAP6 (ORCPT ); Fri, 25 Feb 2011 19:15:58 -0500 Received: from mail.ausil.us ([74.119.218.133]:35862 "EHLO mail.ausil.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756078Ab1BZAP6 (ORCPT ); Fri, 25 Feb 2011 19:15:58 -0500 Received: from localhost (unknown [127.0.0.1]) by mail.ausil.us (Postfix) with ESMTP id AC8C364810D; Sat, 26 Feb 2011 00:09:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.ausil.us Received: from mail.ausil.us ([127.0.0.1]) by localhost (mail.ausil.us [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id t6Ko-DbW8X+i; Sat, 26 Feb 2011 00:09:29 +0000 (UTC) Received: from localhost.localdomain (osiris.ausil.us [75.149.73.105]) by mail.ausil.us (Postfix) with ESMTP id 587C06480DE; Sat, 26 Feb 2011 00:09:29 +0000 (UTC) From: Dennis Gilmore To: davem@davemloft.net, sparclinux@vger.kernel.org Cc: Dennis Gilmore , Dennis Gilmore Subject: [PATCH] Don't build any of the sparc arch bits with -Werror Date: Fri, 25 Feb 2011 23:57:15 +0000 Message-Id: <1298678235-29164-1-git-send-email-dennis@ausil.us> X-Mailer: git-send-email 1.6.6.1 In-Reply-To: References: Sender: sparclinux-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: sparclinux@vger.kernel.org Signed-off-by: Dennis Gilmore --- arch/sparc/kernel/Makefile | 1 - arch/sparc/lib/Makefile | 1 - arch/sparc/mm/Makefile | 1 - arch/sparc/prom/Makefile | 1 - 4 files changed, 0 insertions(+), 4 deletions(-) diff --git a/arch/sparc/kernel/Makefile b/arch/sparc/kernel/Makefile index 599398f..e38a367 100644 --- a/arch/sparc/kernel/Makefile +++ b/arch/sparc/kernel/Makefile @@ -3,7 +3,6 @@ # asflags-y := -ansi -ccflags-y := -Werror extra-y := head_$(BITS).o extra-y += init_task.o diff --git a/arch/sparc/lib/Makefile b/arch/sparc/lib/Makefile index 846d1c4..c2ed034 100644 --- a/arch/sparc/lib/Makefile +++ b/arch/sparc/lib/Makefile @@ -2,7 +2,6 @@ # asflags-y := -ansi -DST_DIV0=0x02 -ccflags-y := -Werror lib-$(CONFIG_SPARC32) += mul.o rem.o sdiv.o udiv.o umul.o urem.o ashrdi3.o lib-$(CONFIG_SPARC32) += memcpy.o memset.o diff --git a/arch/sparc/mm/Makefile b/arch/sparc/mm/Makefile index 79836a7..3945501 100644 --- a/arch/sparc/mm/Makefile +++ b/arch/sparc/mm/Makefile @@ -2,7 +2,6 @@ # asflags-y := -ansi -ccflags-y := -Werror obj-$(CONFIG_SPARC64) += ultra.o tlb.o tsb.o obj-y += fault_$(BITS).o diff --git a/arch/sparc/prom/Makefile b/arch/sparc/prom/Makefile index 8287bbe..52e4e77 100644 --- a/arch/sparc/prom/Makefile +++ b/arch/sparc/prom/Makefile @@ -2,7 +2,6 @@ # Linux. # asflags := -ansi -ccflags := -Werror lib-y := bootstr_$(BITS).o lib-y += init_$(BITS).o