Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-03-21 18:25:45 +00:00
committed by GitHub
23 changed files with 3328 additions and 3283 deletions

View File

@@ -86,7 +86,6 @@ let
else if targetPlatform.isWindows then "mcf"
else "single"}"
"--enable-nls"
"--disable-decimal-float" # No final libdecnumber (it may work only in 386)
] ++ lib.optionals (targetPlatform.libc == "uclibc" || targetPlatform.libc == "musl") [
# libsanitizer requires netrom/netrom.h which is not
# available in uclibc.