Hi Adrian,
On 25/03/2018 9:14 PM, John Paul Adrian Glaubitz wrote:
Hi!
Please review this small change to the build system which adds the
platform definitions for ia64. This is one of two changes that is
necessary to get OpenJDK to build on ia64 (Zero variant).
Thanks,
Adrian
[1] http://cr.openjdk.java.net/~glaubitz/8200203/webrev.01/
Everytime I see these zero-only platform definitions it makes we think
we really should have these isolated into a zero-specific file. At the
moment this can paint a false picture that all these platforms have full
OpenJDK ports available.
I also wonder if the values here can be reliably obtained via
uname/sysconf or some such utility so that we don't have to list every
single platform individually?
Thanks,
David