Add support for aarch64.
PR: 223231
This commit is contained in:
parent
e4b4177bbc
commit
25f84f8660
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453336
3 changed files with 7 additions and 3 deletions
|
@ -12,9 +12,10 @@ COMMENT= Java Development Kit 8
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
|
||||
|
||||
DISTINFO_FILE= ${.CURDIR}/distinfo.${JDK_ARCH}
|
||||
DISTVERSION_aarch64= r453315
|
||||
DISTVERSION_amd64= r450802
|
||||
DISTVERSION_arm= r450802
|
||||
DISTVERSION_i386= r450802
|
||||
|
@ -32,7 +33,7 @@ INSTALLDIR= ${STAGEDIR}${PREFIX}/${JDK_ROOT}
|
|||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH:Marmv*}
|
||||
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
|
||||
RUN_DEPENDS+= ${LOCALBASE}/lib/libffi.so.6:devel/libffi
|
||||
.endif
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@ BUILD_ENV+= java_openjdk8_UNSET="ALSA X11"
|
|||
JDK_BUILD_ARGS= ${BUILD_ARGS}
|
||||
|
||||
.if !defined(TARGET_OS)
|
||||
.if ${ARCH:Marmv*}
|
||||
.if ${ARCH} == aarch64 || ${ARCH:Marmv*}
|
||||
TARGET_OS= 11
|
||||
.else
|
||||
TARGET_OS= 10
|
||||
|
|
3
java/bootstrap-openjdk8/distinfo.aarch64
Normal file
3
java/bootstrap-openjdk8/distinfo.aarch64
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1509600152
|
||||
SHA256 (openjdk8-aarch64-r453315.tar.xz) = 10a7b12c4898bf2d4010c4443d8f302cadcd09225fbe4bb5a69070f224e117f0
|
||||
SIZE (openjdk8-aarch64-r453315.tar.xz) = 27089824
|
Loading…
Reference in a new issue