Use custom libc or create custom target

As an experiment (and possible future integration) I'd like to add support for Rust in minix-like OS, which has custom glibc implementation and uses make to build. Is it possible to use this custom glibc with gnu target or I have to make a new one for this OS?

If the kernel is not linux, then no the x86_64-unknown-linux-gnu target won't work and you will need to create a new target.

So for now nightly channel only and I'll have to build-std?

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.