Skip to content

Commit

Permalink
java/openjdk20: Fix the build on aarch64
Browse files Browse the repository at this point in the history
Remove a reference to an extra patch that no longer exists
  • Loading branch information
Greg Lewis authored and Greg Lewis committed Oct 16, 2023
1 parent fb5043d commit 3c543e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/openjdk20/Makefile
Expand Up @@ -163,7 +163,6 @@ EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src_hotspot_cpu_ppc_vm__version__ppc.hpp
.if ${ARCH} == aarch64
CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers
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 3c543e9

Please sign in to comment.