aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/lib
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-07-14 14:18:47 +0200
committerRich Felker <dalias@libc.org>2020-08-14 22:05:13 -0400
commitccbb5239d495923cb24b84a73eb814626c5bfa57 (patch)
tree4997663db59bab0e63ffce032adbadd27b8920c1 /arch/sh/lib
parentsh: Replace HTTP links with HTTPS ones (diff)
downloadlinux-dev-ccbb5239d495923cb24b84a73eb814626c5bfa57.tar.xz
linux-dev-ccbb5239d495923cb24b84a73eb814626c5bfa57.zip
sh: remove -Werror from Makefiles
The sh build is full of warnings when building with gcc 9.2.1. While fixing those would be great, at least avoid failing the build. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/lib')
-rw-r--r--arch/sh/lib/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/lib/Makefile b/arch/sh/lib/Makefile
index d0abbe5e38b0..eb473d373ca4 100644
--- a/arch/sh/lib/Makefile
+++ b/arch/sh/lib/Makefile
@@ -30,5 +30,3 @@ memset-$(CONFIG_CPU_SH4) := memset-sh4.o
lib-$(CONFIG_MMU) += copy_page.o __clear_user.o
lib-$(CONFIG_MCOUNT) += mcount.o
lib-y += $(memcpy-y) $(memset-y) $(udivsi3-y)
-
-ccflags-y := -Werror