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 riscv64 support #152

Merged
merged 1 commit into from Jan 20, 2022
Merged

Add riscv64 support #152

merged 1 commit into from Jan 20, 2022

Conversation

makotokato
Copy link
Member

To generate riscv64 code, rust-bindgen have to be updated due to rust-lang/rust-bindgen#1878. risc64's rust target is risc64gc-*, but clang doesn't accept this target name since correct is riscv64, not riscv64gc.

@makotokato
Copy link
Member Author

@dveditz ping

@rmartinho rmartinho self-requested a review January 14, 2022 16:55
@rmartinho rmartinho merged commit 3516845 into mozilla:main Jan 20, 2022
@makotokato makotokato deleted the riscv64 branch March 2, 2022 06:07
rmartinho added a commit that referenced this pull request Jun 20, 2022
* Add riscv64 support (#152)

Thanks!

* Fix panic msg is not a string literal warning (#149)

Fixes the non_fmt_panic warning.

* Update rand. (#164)

* Use memoffset instead of homebrew offset_of (#171)

Co-authored-by: R. Martinho Fernandes <bugs@rmf.io>

* Remove base64 from dev-dependencies, as it is now a normal dependency

* Bump application-services to the version currently vendored in mozilla-central

Co-authored-by: Makoto Kato <m_kato@ga2.so-net.ne.jp>
Co-authored-by: est31 <est31@users.noreply.github.com>
Co-authored-by: Emilio Cobos Álvarez <emilio@crisal.io>
Co-authored-by: R. Martinho Fernandes <rmf@rmf.io>
Co-authored-by: R. Martinho Fernandes <bugs@rmf.io>
Co-authored-by: Martin Sirringhaus <>
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