Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix link failure on AVR (incompatible ISA error)
Fixes rust-lang#137739. A reproducer of the issue is present there. I believe the root cause was introducing the avr-none target (which has no CPU by default) and trying to get the ISA revision from there. This commit uses the `target-cpu` option instead, which is already required to be present for the target. Co-authored-by: tones111 <tones111@users.noreply.github.com>
- Loading branch information