]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 31 Aug 2022 05:57:58 +0000 (07:57 +0200)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2022 05:57:58 +0000 (07:57 +0200)
commit0fee731a9555beb903f45b531f4f0702a88e1b44
tree522bff8bafa4d1b3c46f4496f769db2eeabf1b25
parent1484742f4ab19cbca9de4156bf42a67d08a3c58f
parent1de5b226782361d9ea1929fd619f4fc2aaab1094
Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov

Add tier-3 support for powerpc64 and riscv64 openbsd

# powerpc64
- MCP for [powerpc64-unknown-openbsd tier-3 support](https://github.com/rust-lang/compiler-team/issues/551)
- only need to add spec definition in rustc_target

# riscv64
- MCP for [riscv64-unknown-openbsd tier-3 support](https://github.com/rust-lang/compiler-team/issues/552)
- add spec definition in rustc_target
- follow freebsd about avoiding linking with `libatomic`
compiler/rustc_target/src/spec/mod.rs