summaryrefslogtreecommitdiff
path: root/java/openjdk13/files/patch-make_autoconf_flags-cflags.m4 (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)