mirror of
https://github.com/richfelker/musl-cross-make.git
synced 2025-04-19 15:34:58 +02:00
![]() building any of i?86, x86_64, and x32 targets on a *musl* host with a recent gcc host version (in my testing gcc 11), causes the following build error: ../../src_gcc/gcc/config/i386/i386.c:8750:18: error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive] 8750 | bool error_p = NULL; | ^~~~ the issue affects the 3 supported gcc versions 5.3.0, 6.5.0 and 7.5.0. |
||
---|---|---|
.. | ||
binutils-2.25.1 | ||
binutils-2.27 | ||
binutils-2.32 | ||
binutils-2.33.1 | ||
binutils-397a64b3 | ||
gcc-4.2.1 | ||
gcc-5.3.0 | ||
gcc-6.5.0 | ||
gcc-7.5.0 | ||
gcc-8.5.0 | ||
gcc-9.4.0 | ||
gcc-10.3.0 | ||
gcc-11.2.0 | ||
gcc-11.4.0 | ||
linux-4.19.90 | ||
linux-5.8.5 | ||
linux-headers-4.19.88-1 | ||
musl-1.2.0 |