From 927a58dbfded8de3f1fe9754ca38c6867fff79a2 Mon Sep 17 00:00:00 2001 From: Richard Leitner Date: Thu, 20 Aug 2020 09:41:33 +0200 Subject: openjdk-8: refresh patches Refresh all openjdk8 patches as a preparation for the upcoming update. Signed-off-by: Richard Leitner --- .../1013-hotspot-make-disable-Werror.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 recipes-core/openjdk/patches-openjdk-8/1013-hotspot-make-disable-Werror.patch (limited to 'recipes-core/openjdk/patches-openjdk-8/1013-hotspot-make-disable-Werror.patch') diff --git a/recipes-core/openjdk/patches-openjdk-8/1013-hotspot-make-disable-Werror.patch b/recipes-core/openjdk/patches-openjdk-8/1013-hotspot-make-disable-Werror.patch deleted file mode 100644 index bc844be..0000000 --- a/recipes-core/openjdk/patches-openjdk-8/1013-hotspot-make-disable-Werror.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -r 12177d88b89c hotspot/make/linux/makefiles/gcc.make ---- a/hotspot/make/linux/makefiles/gcc.make Thu Sep 26 07:17:41 2019 +0100 -+++ b/hotspot/make/linux/makefiles/gcc.make Wed Apr 29 10:56:10 2020 +0200 -@@ -200,8 +200,8 @@ - CFLAGS += -pipe - endif - --# Compiler warnings are treated as errors --WARNINGS_ARE_ERRORS = -Werror -+# Compiler warnings are not treated as errors -+WARNINGS_ARE_ERRORS = -Wno-error - - ifeq ($(USE_CLANG), true) - # However we need to clean the code up before we can unrestrictedly enable this option with Clang -- cgit v1.2.3-54-g00ecf