'Does rust have support for embedded PowerPC targets?

I've so far only seen PowerPC in the target lists in the rustc book for operating systems such as Linux, but not for embedded.

From the LLVM docs, it implies they support embedded PowerPC, so in theory, Rust should be able to compile with a custom target right?

One problem I have seen though is it doesn't seem LLVM supports VLE, which means programs may be significantly larger in flash.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source