Merge staging-next into staging

This commit is contained in:
github-actions[bot]
2021-02-28 00:40:17 +00:00
committed by GitHub
22 changed files with 216 additions and 90 deletions
@@ -144,6 +144,10 @@ let
(lib.enableFeature enablePlugin "plugin")
]
# Support -m32 on powerpc64le
++ lib.optional (targetPlatform.system == "powerpc64le-linux")
"--enable-targets=powerpcle-linux"
# Optional features
++ lib.optional (isl != null) "--with-isl=${isl}"
++ lib.optionals (cloog != null) [