Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to the installed cross-compiler for RISCV #297

Conversation

ChengJin01
Copy link
Contributor

The change is to ensure the installed cross-compiler
is correctly set up on the host system from OpenJDK11
perspective by changing the prefix of the cross-toolchain
if users prefer the installed cross-compiler rather than
building a cross-compiler from the source.

Issue: #218

Signed-off-by: Cheng Jin jincheng@ca.ibm.com

@ChengJin01
Copy link
Contributor Author

ChengJin01 commented Apr 16, 2020

The script change was verified in the cross-compilation with export RISCV_TOOLCHAIN_TYPE=install on the command line. Meanwhile, the generated cross-build works good on the emulator.

Reviewer: @keithc-ca
FYI: @pshipton , @DanHeidinga

The change is to ensure the installed cross-compiler
is correctly set up on the host system from OpenJDK11
perspective by changing the prefix of the cross-toolchain
if users prefer the installed cross-compiler rather than
building a cross-compiler from the source.

Issue: ibmruntimes#218

Signed-off-by: Cheng Jin <jincheng@ca.ibm.com>
@ChengJin01 ChengJin01 force-pushed the jdk11_riscv_part4_installed_cross_compiler branch from 38990cf to cf0fd8b Compare April 16, 2020 17:21
@keithc-ca
Copy link
Member

We don't yet have PR builds for RISCV; merging.

@keithc-ca keithc-ca merged commit 1ba14ee into ibmruntimes:openj9 Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants