summaryrefslogtreecommitdiff
path: root/java/openjdk13/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* java/openjdk13: fix compilation for powerpc64 elfv2Piotr Kubaj2020-02-071-0/+13
| | | | | | | | | | | | Because of issue with macros in precompiled.hpp, --disable-precompiled-headers is necessary. Since openjdk compiles for elfv1 by default on big-endian ppc64, use a patch to compile for elfv2. PR: 243186 Approved by: java (maintainer timeout) Notes: svn path=/head/; revision=525470
* Fix build on FreeBSD 12.x/powerpc64 on POWER8+ machinesGreg Lewis2019-11-061-0/+11
| | | | | | | | | | | * Make sure has_mfdscr() returns false on these machines as using it on FreeBSD 12.x will cause problems (e.g. SIGILL). PR: 239368 Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=516908
* Add a port of OpenJDK 13Greg Lewis2019-09-184-0/+40
Notes: svn path=/head/; revision=512248