Skip to content

Commit

Permalink
java/openjdk17: Fix the build on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Lewis authored and Greg Lewis committed Feb 25, 2024
1 parent 2e499ee commit 4b11728
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/openjdk17/Makefile
Expand Up @@ -159,7 +159,6 @@ CONFIGURE_ARGS+= --disable-warnings-as-errors
.if ${ARCH} == aarch64
CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers --disable-dtrace
MAKE_ENV+= JAVA_TOOL_OPTIONS="-XX:-UseCompressedClassPointers"
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_share_runtime_arguments.cpp
.endif

.if empty(ICONV_LIB)
Expand Down

0 comments on commit 4b11728

Please sign in to comment.