diff options
| -rw-r--r-- | recipes-core/openjdk/openjdk-8-release-102b14.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-core/openjdk/openjdk-8-release-102b14.inc b/recipes-core/openjdk/openjdk-8-release-102b14.inc index c9f62ff..fdeb771 100644 --- a/recipes-core/openjdk/openjdk-8-release-102b14.inc +++ b/recipes-core/openjdk/openjdk-8-release-102b14.inc | |||
| @@ -15,6 +15,10 @@ BUILD_DIR_ECJ = "openjdk.build-ecj" | |||
| 15 | # Force arm mode for now | 15 | # Force arm mode for now |
| 16 | ARM_INSTRUCTION_SET_armv4t = "ARM" | 16 | ARM_INSTRUCTION_SET_armv4t = "ARM" |
| 17 | 17 | ||
| 18 | # readdir_r was deprecated in glibc-2.24. Ignore the error for now | ||
| 19 | # NOTE: When updating the recipe, please check if this is still needed | ||
| 20 | CFLAGS_append = " -Wno-error=deprecated-declarations" | ||
| 21 | |||
| 18 | # Enable zero mode for arm based builds, as normal hotspot fails to build | 22 | # Enable zero mode for arm based builds, as normal hotspot fails to build |
| 19 | PACKAGECONFIG_append_arm = " zero" | 23 | PACKAGECONFIG_append_arm = " zero" |
| 20 | 24 | ||
