-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support riscv32imc-unknown-none-elf #162
Comments
I am okay with it as long as they are only included and used for targets that specifically need them. Another option is to just not use an |
I don't have any experience with targets like My main requirement here is that Jiff does not grow more dependencies in the general case. I am okay with target specific dependencies that carry their weight. A brief glance suggests that |
Let me prepare something, it is |
There are few uses of
Arc
and those are missing for the target.Would it be acceptable to add
portable-atomic
andportable-atomic-util
and the required knobs to support it?The text was updated successfully, but these errors were encountered: