FreeBSD Bugzilla – Attachment 206919 Details for
Bug 239246
java/openjdk11: add support for aarch64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
java_aarch64.diff (text/plain), 2.19 KB, created by
Mikael Urankar
on 2019-08-26 10:20:49 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2019-08-26 10:20:49 UTC
Size:
2.19 KB
patch
obsolete
>Index: java/bootstrap-openjdk11/Makefile >=================================================================== >--- java/bootstrap-openjdk11/Makefile (revision 509873) >+++ java/bootstrap-openjdk11/Makefile (working copy) >@@ -13,7 +13,7 @@ > > LICENSE= GPLv2 > >-ONLY_FOR_ARCHS= amd64 i386 powerpc64 >+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 > > USES= tar:xz > >Index: java/bootstrap-openjdk11/distinfo >=================================================================== >--- java/bootstrap-openjdk11/distinfo (revision 509873) >+++ java/bootstrap-openjdk11/distinfo (working copy) >@@ -5,3 +5,5 @@ > SIZE (bootstrap-openjdk11-i386-11.0.2.9.2.tar.xz) = 96936056 > SHA256 (bootstrap-openjdk11-powerpc64-11.0.2.9.2.tar.xz) = 4ac1cfc66da594d981dc8d953f818bd6a83f69567e562212f2507e342c583aac > SIZE (bootstrap-openjdk11-powerpc64-11.0.2.9.2.tar.xz) = 102988560 >+SHA256 (bootstrap-openjdk11-aarch64-11.0.2.9.2.tar.xz) = a74f913314336a5d991993137d466ad9b00b32004e09278216f65b332752ceae >+SIZE (bootstrap-openjdk11-aarch64-11.0.2.9.2.tar.xz) = 99411704 >Index: java/openjdk11/Makefile >=================================================================== >--- java/openjdk11/Makefile (revision 509873) >+++ java/openjdk11/Makefile (working copy) >@@ -12,7 +12,7 @@ > > LICENSE= GPLv2 > >-ONLY_FOR_ARCHS= amd64 i386 powerpc64 >+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 > > BUILD_DEPENDS= zip:archivers/zip \ > autoconf>0:devel/autoconf \ >@@ -126,6 +126,11 @@ > MAKE_ENV+= USE_CLANG=true > .endif > >+.if ${ARCH} == aarch64 >+CONFIGURE_ARGS+= --disable-warnings-as-errors \ >+ --disable-dtrace >+.endif >+ > .if empty(ICONV_LIB) > ICONV_CFLAGS= -DLIBICONV_PLUG > .else >Index: java/openjdk12/Makefile >=================================================================== >--- java/openjdk12/Makefile (revision 509897) >+++ java/openjdk12/Makefile (working copy) >@@ -12,7 +12,7 @@ > > LICENSE= GPLv2 > >-ONLY_FOR_ARCHS= amd64 i386 powerpc64 >+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 > > BUILD_DEPENDS= zip:archivers/zip \ > autoconf>0:devel/autoconf \ >@@ -127,6 +127,11 @@ > MAKE_ENV+= USE_CLANG=true > .endif > >+.if ${ARCH} == aarch64 >+CONFIGURE_ARGS+= --disable-warnings-as-errors \ >+ --disable-dtrace >+.endif >+ > .if empty(ICONV_LIB) > ICONV_CFLAGS= -DLIBICONV_PLUG > .else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 239246
:
205818
| 206919