summaryrefslogtreecommitdiffstats
path: root/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-16xbyy.inc')
-rw-r--r--recipes-core/openjdk/openjdk-8-release-16xbyy.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-16xbyy.inc b/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
index fd95e95..36ce073 100644
--- a/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
+++ b/recipes-core/openjdk/openjdk-8-release-16xbyy.inc
@@ -54,7 +54,8 @@ ARM_INSTRUCTION_SET_armv4t = "ARM"
54 54
55# readdir_r was deprecated in glibc-2.24. Ignore the error for now 55# readdir_r was deprecated in glibc-2.24. Ignore the error for now
56# NOTE: When updating the recipe, please check if this is still needed 56# NOTE: When updating the recipe, please check if this is still needed
57CFLAGS_append = " -Wno-error=deprecated-declarations" 57BUILD_CFLAGS_append = " -Wno-error=deprecated-declarations"
58TARGET_CFLAGS_append = " -Wno-error=deprecated-declarations"
58 59
59# Enable zero mode for arm based builds, as normal hotspot fails to build 60# Enable zero mode for arm based builds, as normal hotspot fails to build
60PACKAGECONFIG_append_arm = " zero" 61PACKAGECONFIG_append_arm = " zero"