summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch b/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch
index 2239d48..aeeba6b 100644
--- a/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch
+++ b/recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch
@@ -14,10 +14,10 @@ Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
14 1 file changed, 2 insertions(+), 2 deletions(-) 14 1 file changed, 2 insertions(+), 2 deletions(-)
15 15
16diff --git a/hotspot/make/linux/makefiles/gcc.make b/hotspot/make/linux/makefiles/gcc.make 16diff --git a/hotspot/make/linux/makefiles/gcc.make b/hotspot/make/linux/makefiles/gcc.make
17index cd9511e50..94412c8fe 100644 17index 7a5162a06..67607fb26 100644
18--- a/hotspot/make/linux/makefiles/gcc.make 18--- a/hotspot/make/linux/makefiles/gcc.make
19+++ b/hotspot/make/linux/makefiles/gcc.make 19+++ b/hotspot/make/linux/makefiles/gcc.make
20@@ -200,8 +200,8 @@ else 20@@ -201,8 +201,8 @@ else
21 CFLAGS += -pipe 21 CFLAGS += -pipe
22 endif 22 endif
23 23