Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/openjdk11 openjdk11: JVMCI is shipped on aarch64
details: https://anonhg.NetBSD.org/pkgsrc/rev/2639219ca04e
branches: trunk
changeset: 430839:2639219ca04e
user: tnn <tnn%pkgsrc.org@localhost>
date: Mon May 04 21:21:11 2020 +0000
description:
openjdk11: JVMCI is shipped on aarch64
diffstat:
lang/openjdk11/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 31bf6a770ee8 -r 2639219ca04e lang/openjdk11/Makefile
--- a/lang/openjdk11/Makefile Mon May 04 20:54:42 2020 +0000
+++ b/lang/openjdk11/Makefile Mon May 04 21:21:11 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2020/04/16 11:51:26 ryoon Exp $
+# $NetBSD: Makefile,v 1.18 2020/05/04 21:21:11 tnn Exp $
DISTNAME= openjdk-jdk11u-${GITHUB_TAG:C/\+/-/}
PKGNAME= openjdk11-1.${GITHUB_TAG:C/\+/./:C/jdk-([.0-9]+).*/\1/}
@@ -121,6 +121,9 @@
PLIST.aot= yes
PLIST.internal_vm_compiler= yes
.endif
+.if ${MACHINE_ARCH} == "aarch64"
+PLIST.internal_vm_compiler= yes
+.endif
.if ${OPSYS} == "NetBSD"
TOOLS_PLATFORM.unzip=
Home |
Main Index |
Thread Index |
Old Index