git: f33e96abc287 - main - java/openjdk19: drop ELFv1 support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Jan 2024 21:04:42 UTC
The branch main has been updated by pkubaj:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f33e96abc287e3a0edc4bfcbf9f8b9c0cbb93183
commit f33e96abc287e3a0edc4bfcbf9f8b9c0cbb93183
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-01-04 14:32:44 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-01-05 21:00:56 +0000
java/openjdk19: drop ELFv1 support
---
java/openjdk19/Makefile | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/java/openjdk19/Makefile b/java/openjdk19/Makefile
index ceea755af1c6..4f7b75442cb0 100644
--- a/java/openjdk19/Makefile
+++ b/java/openjdk19/Makefile
@@ -155,11 +155,8 @@ CONFIGURE_ARGS+= --with-extra-cxxflags="${EXTRA_CFLAGS}"
.if ${ARCH} == aarch64 || ${ARCH:Mpowerpc64*}
CONFIGURE_ARGS+= --disable-warnings-as-errors
.endif
-.if ${ARCH} == aarch64 || (defined(PPC_ABI) && ${PPC_ABI} == ELFv1)
-CONFIGURE_ARGS+= --disable-dtrace
-.endif
.if ${ARCH} == aarch64
-CONFIGURE_ARGS+= --with-boot-jdk-jvmargs=-XX:-UseCompressedClassPointers
+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