Fix dead link

This commit is contained in:
Philipp Oppermann
2020-03-31 13:18:46 +02:00
parent 5c617f311a
commit 7cf7646ed0
2 changed files with 3 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ Cargo supports different target systems through the `--target` parameter. The ta
[target triple]: https://clang.llvm.org/docs/CrossCompilation.html#target-triple
[ABI]: https://stackoverflow.com/a/2456882
[platform-support]: https://forge.rust-lang.org/platform-support.html
[platform-support]: https://forge.rust-lang.org/release/platform-support.html
For our target system, however, we require some special configuration parameters (e.g. no underlying OS), so none of the [existing target triples][platform-support] fits. Fortunately, Rust allows us to define our own target through a JSON file. For example, a JSON file that describes the `x86_64-unknown-linux-gnu` target looks like this: