Date: Thu, 03 Dec 2020 23:40:10 +0000 From: bugzilla-noreply@freebsd.org To: powerpc@FreeBSD.org Subject: [Bug 251247] java/openjdk8: add support for powerpc64le Message-ID: <bug-251247-25139-VkypUbPhBy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-251247-25139@https.bugs.freebsd.org/bugzilla/> References: <bug-251247-25139@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251247 --- Comment #1 from commit-hook@FreeBSD.org --- A commit references this bug: Author: pkubaj Date: Thu Dec 3 23:39:48 UTC 2020 New revision: 556937 URL: https://svnweb.freebsd.org/changeset/ports/556937 Log: java/openjdk8: add support for powerpc64le powerpc64le needs --disable-jfr and USE_PRECOMPILED_HEADER=3D0 - same as powerpc64 elfv2. Clang refuses to build little-endian binaries for power7, this needs to be bumped to power8 (this is a bug in openjdk, POWER7 is not LE-compatible). -minsert-sched-nops=3Dregroup_exact -mno-multiple -mno-string are not sup= ported by clang and need to be removed. FreeBSD uses sys/endian.h instead of byteswap.h and bswap{16,32,64} inste= ad of bswap_{16,32,64}. PR: 251247 Approved by: java (maintainer timeout) Changes: head/java/openjdk8/Makefile head/java/openjdk8/files/patch-hotspot_make_bsd_makefiles_ppc64.make =20 head/java/openjdk8/files/patch-hotspot_src_os__cpu_bsd__ppc_vm_bytes__bsd__= ppc.inline.hpp --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251247-25139-VkypUbPhBy>