Use podman libgmp/libmpfr for binutils-gdb

This commit is contained in:
Jeremy Soller 2026-02-12 17:23:32 -07:00
parent 85882900b6
commit 10feb6d857
2 changed files with 5 additions and 2 deletions

View File

@ -37,8 +37,10 @@ RUN apt-get update \
libfuse3-dev \
libgdk-pixbuf2.0-bin \
libglib2.0-dev-bin \
libgmp-dev \
libhtml-parser-perl \
libjpeg-dev \
libmpfr-dev \
libparse-yapp-perl \
librsvg2-common \
libsdl1.2-dev \

View File

@ -6,8 +6,9 @@ shallow_clone = true
[build]
template = "custom"
dependencies = [
"libgmp",
"libmpfr",
# These cannot autotools_recursive_regenerate until after toolchain is built
# "libgmp",
# "libmpfr",
# TODO: this zlib get linked when boostrapping binutils
# "zlib"
]