summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-common.inc b/recipes-core/openjdk/openjdk-8-common.inc
index 41e008f..6b2f5e7 100644
--- a/recipes-core/openjdk/openjdk-8-common.inc
+++ b/recipes-core/openjdk/openjdk-8-common.inc
@@ -216,7 +216,7 @@ EXTRA_OECONF_append = "\
216# of these changes. 216# of these changes.
217FLAGS_GCC6 = "-fno-lifetime-dse -fno-delete-null-pointer-checks" 217FLAGS_GCC6 = "-fno-lifetime-dse -fno-delete-null-pointer-checks"
218FLAGS_GCC7 = "-fno-lifetime-dse -fno-delete-null-pointer-checks" 218FLAGS_GCC7 = "-fno-lifetime-dse -fno-delete-null-pointer-checks"
219FLAGS_GCC8 = "-Wno-error=return-type" 219FLAGS_GCC8 = "-fno-lifetime-dse -fno-delete-null-pointer-checks -Wno-error=return-type"
220 220
221# All supported cross compilers support the compiler flags that were 221# All supported cross compilers support the compiler flags that were
222# added to make compilation with gcc6 work. But the host compiler for 222# added to make compilation with gcc6 work. But the host compiler for