7a6ed3af0f
multilib would not be usable without building multiple versions of musl anyway, which we don't yet support, so enabling it does not make sense. due to bugs in gcc's build system, even with multilib disabled, multilib dir structures get used on 64-bit archs leading to target libs being installed in /lib64 (or /libx32, etc.) under the sysroot, rather than /lib. fix this by suppressing the variable that controls it. |
||
---|---|---|
.. | ||
Makefile |