diff options
author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2022-11-24 17:32:54 +0100 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-11-24 17:50:21 +0100 |
commit | 3161106f0879a6be0a016df3a8bb8fa800bd6044 (patch) | |
tree | 1feda908f5558dbed3a743efb1532c1754aa5b70 /recipes-core/openjdk/patches-openjdk-8/1012-hotspot-enable-Wno-error.patch | |
parent | 6b2a48c3a7b1236a9d915135f685ef7eef5dcd02 (diff) | |
download | meta-java-3161106f0879a6be0a016df3a8bb8fa800bd6044.tar.gz |
openjdk-8: refresh patches
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
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.patch | 4 |
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 | ||
16 | diff --git a/hotspot/make/linux/makefiles/gcc.make b/hotspot/make/linux/makefiles/gcc.make | 16 | diff --git a/hotspot/make/linux/makefiles/gcc.make b/hotspot/make/linux/makefiles/gcc.make |
17 | index cd9511e50..94412c8fe 100644 | 17 | index 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 | ||