RFR: 8257913: Add more known library locations to simplify Linux cross-compilation [v3]

Aleksey Shipilev shade at openjdk.java.net
Fri Mar 5 16:13:40 UTC 2021


On Fri, 5 Mar 2021 14:06:05 GMT, Erik Joelsson <erikj at openjdk.org> wrote:

>> What I can do is parse the ABI from the original string, and then reconstruct the triplet as `$OPENJDK_TARGET_CPU-linux-$OPENJDK_TARGET_ABI`. See the update.
>
> This is certainly much better. Would it make sense to replace "linux" with $OPENJDK_TARGET_OS as well, just to avoid having any hard coded values there?

Yeah, I can, see update.

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

PR: https://git.openjdk.java.net/jdk/pull/2833



More information about the build-dev mailing list