On Tue, 30 May 2023 13:02:52 GMT, Martin Doerr <mdo...@openjdk.org> wrote:

> Do you happen to know why Architecture.current() misses the "le"?

@TheRealMDoerr  The makefile that does the substitution (in GensrcMisc.gmk) for 
the OPENJDK_TARGET_CPU is using the _CANONICAL form of the architecture (that 
maps ppc64le to ppc64).
I'll work up a fix; note that we do want the canonical form for s390x and 
amd/x86_64.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/14063#issuecomment-1568776504

Reply via email to