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

Added riscv architecture to Utilities.cmake #194

Merged
merged 2 commits into from
Jan 21, 2023

Conversation

bwhitchurch
Copy link
Contributor

Added statements to detect when system processor is either riscv64 or riscv32 and put rv64 or rv32 respectively, into the arch variable. This keeps these cases from falling through and accidentally picking up the x64 arch flags.

Copy link
Owner

@aminya aminya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. It would be great to have CI for RISKV.

@aminya aminya merged commit b47ff98 into aminya:main Jan 21, 2023
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