April 21, 2020
hi,

so what's the status with support for uClibc? I have tried to building ldc-runtime with tripple mips-linux-uclibc, it successfully built, but, when I finally linking the d app, it failed with linking some C libc functions, and use readelf --dyn-syms to read libphobos, it shows that the .so is still targeted at Glibc.


is ldc now support uClibc?

Thanks!
---
binghoo dang
April 21, 2020
On Tuesday, 21 April 2020 at 06:02:43 UTC, dangbinghoo wrote:
> so what's the status with support for uClibc?

See https://github.com/ldc-developers/ldc/issues/2995, which is for MIPS + uClibc.