summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch
diff options
context:
space:
mode:
authorAndré Draszik <andre.draszik@jci.com>2018-03-05 09:30:55 +0000
committerMaxin B. John <maxin.john@intel.com>2018-03-05 13:55:30 +0200
commit9520a8d47a679f7273f011450b15da5f4acd2313 (patch)
tree3543bcc6e0b4ebb490cad4498efc76446a1204b1 /recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch
parent29c72c6dd6e836c2f55734626dbd780dd8db56a7 (diff)
downloadmeta-java-9520a8d47a679f7273f011450b15da5f4acd2313.tar.gz
openjdk-8: Upgrade to u162b12
- openjdk8-fix-zero-mode-crash.patch was a backport -> dropped - remaining patches -> refreshed - license checksum change due to address change in license file (see patch) Signed-off-by: André Draszik <andre.draszik@jci.com> Signed-off-by: Maxin B. John <maxin.john@intel.com>
Diffstat (limited to 'recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch')
-rw-r--r--recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch b/recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch
index 5e02f28..3e4f156 100644
--- a/recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch
+++ b/recipes-core/openjdk/patches-openjdk-8/openjdk8-fix-assembler-flag-handling-in-makefile.patch
@@ -9,7 +9,7 @@ Upstream-Status: Pending
9--- 9---
10--- make/common/NativeCompilation.gmk 10--- make/common/NativeCompilation.gmk
11+++ make/common/NativeCompilation.gmk 11+++ make/common/NativeCompilation.gmk
12@@ -372,7 +372,7 @@ define SetupNativeCompilation 12@@ -376,7 +376,7 @@ define SetupNativeCompilation
13 $$(foreach p,$$($1_SRCS), \ 13 $$(foreach p,$$($1_SRCS), \
14 $$(eval $$(call add_native_source,$1,$$p,$$($1_OBJECT_DIR), \ 14 $$(eval $$(call add_native_source,$1,$$p,$$($1_OBJECT_DIR), \
15 $$($1_CFLAGS) $$($1_EXTRA_CFLAGS),$$($1_CC), \ 15 $$($1_CFLAGS) $$($1_EXTRA_CFLAGS),$$($1_CC), \