summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-172b11-common.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-172b11-common.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
index ad20585..f3bbf0a 100644
--- a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
+++ b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
@@ -94,6 +94,11 @@ ARM_INSTRUCTION_SET_armv4t = "ARM"
94BUILD_CFLAGS_append = " -Wno-error=deprecated-declarations" 94BUILD_CFLAGS_append = " -Wno-error=deprecated-declarations"
95TARGET_CFLAGS_append = " -Wno-error=deprecated-declarations" 95TARGET_CFLAGS_append = " -Wno-error=deprecated-declarations"
96 96
97# WORKAROUND: disable the "specified bound depends on the length of the source argument"
98# compiler error until we update openjdk8 to a fixed version
99BUILD_CFLAGS_append = " -Wno-error=stringop-overflow"
100TARGET_CFLAGS_append = " -Wno-error=stringop-overflow"
101
97# Enable zero mode for arm based builds, as normal hotspot fails to build 102# Enable zero mode for arm based builds, as normal hotspot fails to build
98PACKAGECONFIG_append_armv4 = " zero" 103PACKAGECONFIG_append_armv4 = " zero"
99PACKAGECONFIG_append_armv5 = " zero" 104PACKAGECONFIG_append_armv5 = " zero"