Merge branch 'make-multicore' into 'master'

Temporarily allow gnu-make without named pipes

See merge request redox-os/redox!1812
This commit is contained in:
Jeremy Soller 2026-01-06 12:05:55 -07:00
commit 3e8d47a0f9

View File

@ -10,4 +10,12 @@ autotools_recursive_regenerate
"""
[build]
template = "configure"
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
# TODO: https://gitlab.redox-os.org/redox-os/redox/-/issues/1753
'ac_cv_func_mkfifo=no'
)
cookbook_configure
"""