FreeBSD Bugzilla – Attachment 210530 Details for
Bug 243183
java/openjdk12: fix compilation for powerpc64 elfv2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v2
openjdk12.patch (text/plain), 1.61 KB, created by
Piotr Kubaj
on 2020-01-08 12:55:28 UTC
(
hide
)
Description:
v2
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2020-01-08 12:55:28 UTC
Size:
1.61 KB
patch
obsolete
>Index: java/openjdk12/Makefile >=================================================================== >--- java/openjdk12/Makefile (revision 522324) >+++ java/openjdk12/Makefile (working copy) >@@ -134,6 +134,9 @@ > CONFIGURE_ARGS+= --disable-warnings-as-errors \ > --disable-dtrace > .endif >+.if defined(PPC_ABI) && ${PPC_ABI} == ELFv2 >+CONFIGURE_ARGS+= --disable-precompiled-headers >+.endif > .if ${ARCH} != amd64 > CONFIGURE_ARGS+= --enable-aot=no > .endif >Index: java/openjdk12/patch-make_autoconf_flags-cflags.m4 >=================================================================== >--- java/openjdk12/patch-make_autoconf_flags-cflags.m4 (nonexistent) >+++ java/openjdk12/patch-make_autoconf_flags-cflags.m4 (working copy) >@@ -0,0 +1,11 @@ >+--- make/autoconf/flags-cflags.m4.orig 2020-01-08 09:12:31 UTC >++++ make/autoconf/flags-cflags.m4 >+@@ -770,6 +770,8 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_CPU_DEP], >+ # for all archs except arm and ppc, prevent gcc to omit frame pointer >+ $1_CFLAGS_CPU_JDK="${$1_CFLAGS_CPU_JDK} -fno-omit-frame-pointer" >+ fi >++ elif test "x$OPENJDK_TARGET_OS_ENV" = xbsd.freebsd; then >++ $1_CFLAGS_CPU_JVM="${$1_CFLAGS_CPU_JVM} -DABI_ELFv2 -mcpu=powerpc64 -mtune=power5" >+ fi >+ >+ elif test "x$TOOLCHAIN_TYPE" = xsolstudio; then > >Property changes on: java/openjdk12/patch-make_autoconf_flags-cflags.m4 >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
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
Flags:
pkubaj
:
maintainer-approval?
(
java
)
Actions:
View
|
Diff
Attachments on
bug 243183
:
210526
| 210530