Unverified Commit 400fe44f authored by bors[bot]'s avatar bors[bot] Committed by GitHub
Browse files

Merge #42



42: Only checking for necessary extensions when linking r=Disasm a=ilya-epifanov

`M`, `A`, `F` and `D` (as part of `G`) extensions don't matter at all, so generating binaries for them is not necessary, really. Also, if another rust RISC-V target were to come up, this crate would not support it.

In this PR I'm restricting a list of extensions to consider when generating static archives and linking to `I` and `C`.

Co-authored-by: default avatarIlya Epifanov <elijah.epifanov@gmail.com>
parents bad98ec3 040eb2c8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment