about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2020-11-11 20:59:09 +0100
committerGitHub <noreply@github.com>2020-11-11 20:59:09 +0100
commit5ac0ae4ae4d61e1c3ad7eca38f0875731c9508eb (patch)
tree9f7beda8a10f7ab77baf86d864e31ed5dad6cb41 /compiler/rustc_codegen_llvm/src
parenta8a0c652297c73228a29be7a91c51fa5d6974706 (diff)
parentca17a91fb7e503da403ab470bd564d66d12ba114 (diff)
downloadrust-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