diff options
Diffstat (limited to 'recipes-core/openjdk/openjdk-8-release-16xbyy.inc')
-rw-r--r-- | recipes-core/openjdk/openjdk-8-release-16xbyy.inc | 3 |
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 |
57 | CFLAGS_append = " -Wno-error=deprecated-declarations" | 57 | BUILD_CFLAGS_append = " -Wno-error=deprecated-declarations" |
58 | TARGET_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 |
60 | PACKAGECONFIG_append_arm = " zero" | 61 | PACKAGECONFIG_append_arm = " zero" |