diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2020-11-11 20:59:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-11 20:59:09 +0100 |
| commit | 5ac0ae4ae4d61e1c3ad7eca38f0875731c9508eb (patch) | |
| tree | 9f7beda8a10f7ab77baf86d864e31ed5dad6cb41 /compiler/rustc_codegen_llvm/src | |
| parent | a8a0c652297c73228a29be7a91c51fa5d6974706 (diff) | |
| parent | ca17a91fb7e503da403ab470bd564d66d12ba114 (diff) | |
| download | rust-5ac0ae4ae4d61e1c3ad7eca38f0875731c9508eb.tar.gz rust-5ac0ae4ae4d61e1c3ad7eca38f0875731c9508eb.zip | |
Rollup merge of #78929 - petrochenkov:linuxbase, r=joshtriplett
rustc_target: Move target env "gnu" from `linux_base` to `linux_gnu_base` Follow up to https://github.com/rust-lang/rust/pull/77729. Changes the target spec hierarchy for Linux from ``` linux_base ├── linux_musl_base └── linux_uclibc_base ``` where `linux_base` is really `linux_gnu_base` and the inheriting targets replace target env "gnu" with "musl"/"uclibc" to ``` linux_base ├── linux_gnu_base ├── linux_musl_base └── linux_uclibc_base ``` which is slightly less confusing (I think).
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
