L4Re is a microkernel based system written in C++. It comes with a couple of packages mainly written in C++, C, and it seems like there is native support for Fortran, OCaml and Perl.
There is also an hello world package written in plain C, compiled and linked normally, but with the l4re toolchain.
Is it possible to build a hello world Rust program against that L4Re toolchain in order to write L4Re packages in Rust?
I am aware of rust-cross, but there is probably no suitable triple available for my situation and I need to specify my target manually. Any ideas which values should be used in my case?