When checking that we're targeting a valid architecture and OS there is an unintentional case-sensitive test. So the OS 'Linux' is not accepted, it'd have to be 'linux'.
I fixed this up by making the OS, arch, and tune parameter checks case-insensitive.
When checking that we're targeting a valid architecture and OS there is an unintentional case-sensitive test. So the OS 'Linux' is not accepted, it'd have to be 'linux'.
I fixed this up by making the OS, arch, and tune parameter checks case-insensitive.
See https://github.com/rust-embedded/meta-rust-bin/issues/171