rust/compiler/rustc_target
Sébastien Marie 1de5b22678 add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on OpenBSD)
- add platform-support documentation
- add riscv64gc-unknown-openbsd spec
- do not try to link with -latomic on openbsd
2022-08-28 05:22:21 +00:00
..
src add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on OpenBSD) 2022-08-28 05:22:21 +00:00
Cargo.toml Use serde_json for target spec json 2022-06-03 16:46:19 +00:00
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.