Is it possible to compile Rust for the MMIX architecture?
From what I understand about the Rust compiler (which is admittedly not a whole lot) it uses LLVM as a backend; coming from a C and gcc background, I know that gcc can produce MMIX executables but I'm not sure how to get the same result from rustc.
Does anyone know how one would go about doing this? Or pointers as to where I should start searching?
Thank you