diff options
| author | Mads Marquart <mads@marquart.dk> | 2025-03-12 23:37:35 +0100 |
|---|---|---|
| committer | Mads Marquart <mads@marquart.dk> | 2025-03-12 23:40:25 +0100 |
| commit | eab700a0aa4ad3079ad043a9cb4fb89edab3b4b7 (patch) | |
| tree | 133c24d7932952b14bb5f252f88ee12082a805da /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | ebf0cf75d368c035f4c7e7246d203bd469ee4a51 (diff) | |
| download | rust-eab700a0aa4ad3079ad043a9cb4fb89edab3b4b7.tar.gz rust-eab700a0aa4ad3079ad043a9cb4fb89edab3b4b7.zip | |
Fix uclibc LLVM target triples
`uclibc` is not an environment understood by LLVM, it is only a concept in Clang that can be selected with `-muclibc` (it affects which dynamic linker is passed to the static linker's `-dynamic-linker` flag). In fact, using `uclibcgnueabi`/`uclibc` is actively harmful, as it prevents LLVM from seeing that the target is gnu-like; we should use `gnueabi`/`gnu` directly instead.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
