I am trying to cross compile muon to a musl libc target, using muon on a glibc host. It is detecting the cross compiler correctly having passed it via PATH and CC, but it is failing on tools/embedder file.
This works for meson as I have a cross-file listing all binaries from ar, as all the way to strings and strip.
I checked muon's source code and noticed that --cross-file
is ignored, so is there a way to solve this?
cross compilation is not supported yet.
Update: muon supports cross compilation, but no cross-file support so far.