`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. |
||
|---|---|---|
| .. | ||
| base | ||
| targets | ||
| crt_objects.rs | ||
| json.rs | ||
| mod.rs | ||