When cross compiling rust-sals in vendored mode, I ran into a few problems:
- The tool chain was not automatically detected based on
HOST and TARGET, although CC_<target triplet>, CXX_<target triplet> and AR_<target triplet> were configured.
- After fixing 1. the cross compilation failed because
systest was trying to run the cross compiled tests.