summaryrefslogtreecommitdiff
path: root/java/openjdk8/files/fpuhack.patch (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the FPU hack for ARM optional. Note this hack is not necessary forJung-uk Kim2016-08-261-0/+106
VFPv3 or later, i.e., only VFPv1 and VFPv2 require this hack. https://svnweb.freebsd.org/changeset/base/288983 Notes: svn path=/head/; revision=420940