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

Fix building on OpenBSD/riscv64. #19089

Merged
merged 1 commit into from Apr 29, 2024
Merged

Conversation

brad0
Copy link
Contributor

@brad0 brad0 commented Apr 27, 2024

Unbreak on riscv64, we don't have sys/auxv.h or getauxval().

OpenBSD/riscv64 assumes RV64GC, aka RV64IMAFDC.

Our kernel provides no support for the V extension.

Unbreak on riscv64, we don't have sys/auxv.h or getauxval().

OpenBSD/riscv64 assumes RV64GC, aka RV64IMAFDC.

Our kernel provides no support for the V extension.
@hrydgard hrydgard added this to the v1.18.0 milestone Apr 27, 2024
@hrydgard hrydgard enabled auto-merge April 27, 2024 15:55
@hrydgard
Copy link
Owner

I'm gonna fix/workaround the mac build failure separately (#19093 ), it's not the fault of this PR.

@hrydgard hrydgard disabled auto-merge April 29, 2024 10:15
@hrydgard hrydgard merged commit b25ee71 into hrydgard:master Apr 29, 2024
17 of 18 checks passed
@brad0 brad0 deleted the openbsd_riscv branch April 29, 2024 16:43
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