[jdk17u-dev] RFR: 8276799: Implementation of JEP 422: Linux/RISC-V Port [v3]
Fei Yang
fyang at openjdk.org
Fri Jun 23 10:07:10 UTC 2023
On Fri, 23 Jun 2023 09:00:29 GMT, Ludovic Henry <luhenry at openjdk.org> wrote:
> It seems like it's missing [8285630](https://bugs.openjdk.org/browse/JDK-8285630), we can't cross-compile without it otherwise.
Thanks for reporting this. Normally, we do cross-build with `--openjdk-target=riscv64-unknown-linux-gnu` instead of `--openjdk-target=riscv64-linux-gnu`, so this issue doesn't manifest. But I think it's reasonable to incorporate this simple fix and I have just added another commit. Now I can cross-compile with `--openjdk-target=riscv64-linux-gnu`.
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/1427#issuecomment-1604043865
More information about the jdk-updates-dev
mailing list