Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Nov 2020 00:47:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 251247] java/openjdk8: add support for powerpc64le
Message-ID:  <bug-251247-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251247

            Bug ID: 251247
           Summary: java/openjdk8: add support for powerpc64le
           Product: Ports & Packages
           Version: Latest
          Hardware: powerpc
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: java@FreeBSD.org
          Reporter: pkubaj@FreeBSD.org
                CC: powerpc@FreeBSD.org
          Assignee: java@FreeBSD.org
                CC: powerpc@FreeBSD.org
             Flags: maintainer-feedback?(java@FreeBSD.org)

Created attachment 219802
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D219802&action=
=3Dedit
patch

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 suppo=
rted
by clang and need to be removed.

FreeBSD uses sys/endian.h instead of byteswap.h and bswap{16,32,64} instead=
 of
bswap_{16,32,64}.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251247-7788>