Closed KerryRJ closed 3 years ago
I am unsure as to why these checks are failing.
I am unsure as to why these checks are failing.
The runners are part of the rust-lang org, and will not run on forks hence the failure.
Can we also simplify it further? panic_strategy, relocation_model, emit_debug_gdb_scripts are the same between all targets I think.
Can we also simplify it further? panic_strategy, relocation_model, emit_debug_gdb_scripts are the same between all targets I think.
I'll take a look.
Further simplifications implemented.
Thanks, the changes look great! Would you mind rebasing on top of the current esp branch?
Thank you @KerryRJ!
Tripple in the target replaced by xtensa. Move unsupported_abi to an xtensa_base much like the arm targets.