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

build: fix build with meson on riscv64 #3773

Merged
merged 1 commit into from
Aug 19, 2024
Merged

Conversation

ziyao233
Copy link
Contributor

RISC-V is a rising open-standarded RISC ISA. This commit makes mesonbuild fallbacks to C implementation correctly on riscv64 platform instead of throwing a "FIXME: unhandled CPU family" error.

RISC-V is a rising open-standarded RISC ISA. This commit makes mesonbuild
fallbacks to C implementation correctly on riscv64 platform instead of
throwing a "FIXME: unhandled CPU family" error.

Signed-off-by: Yao Zi <[email protected]>
@ziyao233
Copy link
Contributor Author

Another option is using C fallbacks for all unrecognized architectures. I'm not sure which is better, thus waiting for your comment.

@BenzhengZhang BenzhengZhang merged commit cea886e into cisco:master Aug 19, 2024
8 checks passed
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.

2 participants