|
|
|
|
|
by steveklabnik
2551 days ago
|
|
The Rust compiler is a cross-compiler by default, so the usual way that you bootstrap on a new platform is to add it to the existing compiler, and then cross-compile to the new architecture. Which is what I read your parent as suggesting. |
|