-
To simplify cross-compilation and Linux Musl compatibility, it would be really useful to support rustls rather then native TLS, which is less performant in any case
-
Hi , I came across a firmware which belongs to netgear (WMS5316_FW_V2.1.7),
The architecture of the firmware is mips64 , but the mips kernel provided by FirmAE is mips32.
**Is there some script or t…
-
Hi.
I'm trying to cross compile a crate in Rust using Zig (`0.6.0+e79d7e0de`) as a C compiler but I keep getting the error below.
I'm on WSL Ubuntu 18.04 trying to cross compile to `aarch64-linu…
-
Currently, only `coreutils` provide fully statically linked pre-built [binaries](https://github.com/uutils/coreutils/releases/download/0.0.26/coreutils-0.0.26-x86_64-unknown-linux-musl.tar.gz).
Thi…
-
The current quic version (actually quic-proto) depends on version 0.16 of ring, which only builds for x86 and arm. As a result, a regular build for RISC-V is currently not possible. This would be solv…
-
Reproduction: https://github.com/vmalloc/musl-cross-openssl-issue
When trying to build it via:
```shell
CC_x86_64_unknown_linux_musl=x86_64-linux-musl-gcc CXX_x86_64_unknown_linux_musl=x86_64-lin…
-
Per https://en.wikipedia.org/wiki/UClibc the uclibc library hasn't been updated since 2012. Folks on the 'nets' have suggested musl but there's also uclibc-ng.
-
https://ziglang.org/
> Use Zig as a zero-dependency, drop-in C/C++ compiler that supports cross-compilation out-of-the-box.
it seems to support musl libc.
Maybe with this, we won't need diffe…
-
follow on to #150 , though perhaps less important. For kernel.org builds of LLVM, we should see if we can link clang itself against musl (dynamically; static linking I assume is orthogonal). @arndb …
-
I was cross-compiling from windows to linux-musl and figured out that I don't actually need to install any separate linker. I can just point cargo to the lld that rustup has installed anyway:
```to…