pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
openjdk25: JEP 503: hotspot support for 32-bit x86 is removed
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Sun Sep 6 00:05:58 2026 +0200
Changeset: b21ca1577e8ac05e109f9e39fbad1720bf11312e
Modified Files:
openjdk25/options.mk
Log Message:
openjdk25: JEP 503: hotspot support for 32-bit x86 is removed
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b21ca1577e8ac05e109f9e39fbad1720bf11312e
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
openjdk25/options.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/openjdk25/options.mk b/openjdk25/options.mk
index d89f08c1ec..3ae838f7d3 100644
--- a/openjdk25/options.mk
+++ b/openjdk25/options.mk
@@ -6,7 +6,7 @@ PKG_OPTIONS_GROUP.variant= jdk-zero-vm
PKG_SUPPORTED_OPTIONS= debug dtrace jre-jce x11 static-libstdcpp jdk-bundled-zlib
PKG_SUGGESTED_OPTIONS= jre-jce x11
-.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
+.if ${MACHINE_ARCH} == "aarch64" || ${MACHINE_ARCH} == "x86_64"
PKG_OPTIONS_GROUP.variant+= jdk-hotspot-vm
PKG_SUGGESTED_OPTIONS+= jdk-hotspot-vm
.else
Home |
Main Index |
Thread Index |
Old Index