K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-01-16T09:29:00.163327Z K 7 svn:log V 292 java/openjdk12: fix compilation for powerpc64 elfv2 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: 243183 Approved by: glewis (maintainer) END