summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Leitner <richard.leitner@skidata.com>2020-01-03 23:17:09 +0100
committerRichard Leitner <richard.leitner@skidata.com>2020-01-03 23:17:40 +0100
commitd0a9fe08be6e1c2e7f7afc79abc292d3bffeb9fe (patch)
treea397b23c798a23e959f3f42ef4a5f909931679ad
parentd5a8ec9e269d1f04a6cf78867ebf74a297f33258 (diff)
downloadmeta-java-d0a9fe08be6e1c2e7f7afc79abc292d3bffeb9fe.tar.gz
Revert "openjdk-8: disable, stringop-overflow compiler errors"
This reverts commit d5a8ec9e269d1f04a6cf78867ebf74a297f33258 as it broke the build with older GCC versions. See also https://lists.yoctoproject.org/g/yocto/message/47850 Signed-off-by: Richard Leitner <richard.leitner@skidata.com> Cc: Darcy Watkins <dwatkins@sierrawireless.com>
-rw-r--r--recipes-core/openjdk/openjdk-8-release-172b11-common.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
index f3bbf0a..ad20585 100644
--- a/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
+++ b/recipes-core/openjdk/openjdk-8-release-172b11-common.inc
@@ -94,11 +94,6 @@ 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
102# Enable zero mode for arm based builds, as normal hotspot fails to build 97# Enable zero mode for arm based builds, as normal hotspot fails to build
103PACKAGECONFIG_append_armv4 = " zero" 98PACKAGECONFIG_append_armv4 = " zero"
104PACKAGECONFIG_append_armv5 = " zero" 99PACKAGECONFIG_append_armv5 = " zero"