rust/compiler/rustc_target/src/spec
Mads Marquart eab700a0aa 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.
2025-03-12 23:40:25 +01:00
..
base Target definition for wasm32-wali-linux-musl to support the Wasm Linux 2025-03-10 21:26:45 -04:00
targets Fix uclibc LLVM target triples 2025-03-12 23:40:25 +01:00
crt_objects.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
json.rs Adds binary_format to rustc target specs 2025-02-17 20:32:12 +05:30
mod.rs Target definition for wasm32-wali-linux-musl to support the Wasm Linux 2025-03-10 21:26:45 -04:00