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 riscv64gc-unknown-linux-gnu as default target #48

Merged
merged 1 commit into from
Jan 26, 2023

Conversation

philss
Copy link
Owner

@philss philss commented Jan 26, 2023

This is because more machines with RISC-V CPUs are arriving, and they are good for Nerves projects, since they are cheaper then Raspberry Pis.

In this commit there is also a change to prevent duplicated values, since people may already added some of the targets that are in the list of defaults.

Closes #44

This is because more machines with RISC-V CPUs are arriving, and they are
good for Nerves projects, since they are cheaper then Raspberry Pis.

In this commit there is also a change to prevent duplicated values,
since people may already added some of the targets that are in the list
of defaults.

Closes #44
@philss philss force-pushed the ps-add-riscv64gc-unknown-linux-gnu-as-default-target branch from 083cabe to 78d6089 Compare January 26, 2023 19:13
@philss philss merged commit 468ce62 into main Jan 26, 2023
@philss philss deleted the ps-add-riscv64gc-unknown-linux-gnu-as-default-target branch January 26, 2023 19:19
@fhunleth
Copy link
Contributor

Awesome!!! Thanks for adding this!!! This makes using projects that use RustlerPrecompile so much easier with Nerves.

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.

Include riscv64gc-unknown-linux-musl target as default
2 participants