dlecan / rust-crosscompiler-arm

Docker images for Rust dedicated to cross compilation for ARM v6 and more
MIT License
50 stars 16 forks source link

Add ARMv7 target #3

Open PAStheLoD opened 8 years ago

PAStheLoD commented 8 years ago

Hello!

First of all thanks for this very easy to use cross-compiler magic-bag-of-tools-that-just-work!

Then, my question is, could you add an option to target ARMv7?

dlecan commented 8 years ago

Thank you!

You can already execute code compiled for ARMv6 on an ARMv7 device. But I agree with you that specific ARMv7 optimizations will be missing.