Please review this fix for configure flags checking. The macros for
checking compiler capabilities were not able to handle cross compilation
very well. With this fix, they accept an optional PREFIX argument,
instructing them to check the compiler with the given prefix (which is
either empty or
This patch was a bit premature, but now with a proper fix in Jib, here
is an updated version. It restores the use of the new devkit as well as
changes some more instances of install_path to home_path.
Webrev: http://cr.openjdk.java.net/~erikj/8218177/webrev.02/
/Erik
On 2019-01-31 16:23, Eri
Hi Matthias,
On 4/02/2019 9:36 pm, Baesken, Matthias wrote:
Hi David, I want to follow your suggestion 😊 .
I adjusted the comment , see globalDefinitions_xlc.hpp .
Looks good. Thanks.
Additionally I removed a strange ifdef handling pre-xlc10 versions that are
not useful today any m
Hi David, I want to follow your suggestion 😊 .
I adjusted the comment , see globalDefinitions_xlc.hpp .
Additionally I removed a strange ifdef handling pre-xlc10 versions that are
not useful today any more for OpenJDK
( we most likely cannot build jdk/jdk with xlc versions < 10).
Ne