Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java/openjdk13: fix compilation for powerpc64 elfv2 | Piotr Kubaj | 2020-02-07 | 1 | -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+ machines | Greg Lewis | 2019-11-06 | 1 | -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 13 | Greg Lewis | 2019-09-18 | 4 | -0/+40 |
Notes: svn path=/head/; revision=512248 |