https://bugs.kde.org/show_bug.cgi?id=382083

--- Comment #3 from Paul Floyd <pjfl...@wanadoo.fr> ---
>From what I've seen on Alpine, the basic musl support is there (e.g., for
memcheck) but there are quite a few issues (regtest build failures, helgrind
totally broken).

The musl detection on Alpine seems OK at the moment. This item is for running
musl on glibc systems - I tried it on Fedora 33 amd64. In this case musl
provides a GCC wrapper which I imagine just adds -nostdlib and all tghe lib
options for musl. It's this wrapper that configure is failing to detect.

The patch uses stderr redirection that only works with bash (and maybe zsh),
and it looks like Alpine is using ash. I used "2>&1 |" instead, which I think
works on all of the bourne family that autoconf might be using.

I'll look a bit more at making the grep pattern a bit safer.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to