Merge branch 'libgmp-dyn' into 'master'

Fix libgmp not build shared libs (again)

See merge request redox-os/redox!1910
This commit is contained in:
Jeremy Soller 2026-02-16 06:59:34 -07:00
commit 2f19ffe1db

View File

@ -16,6 +16,9 @@ rsync -a --delete "${COOKBOOK_SOURCE}/" ./
COOKBOOK_SOURCE="${COOKBOOK_BUILD}"
if [ "$TARGET" != "$COOKBOOK_HOST_TARGET" ]; then
autotools_recursive_regenerate
# need to invoke configure in specific way to make shared libs work
./configure --host="${GNU_TARGET}" --prefix="/usr"
COOKBOOK_CONFIGURE=true
fi
DYNAMIC_STATIC_INIT