compiler/rustc_target: make m68k-unknown-linux-gnu use the gnu base This makes the m68k arch match the other GNU/Linux based targets by setting the environment to gnu. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
rustc_target contains some very low-level details that are
specific to different compilation targets and so forth.
For more information about how rustc works, see the rustc dev guide.