Revert "Use podman libgmp/libmpfr for binutils-gdb"

This reverts commit 10feb6d857.
This commit is contained in:
Jeremy Soller 2026-02-12 18:06:49 -07:00
parent 8f87cceb27
commit 5e6745bf9e
2 changed files with 2 additions and 5 deletions

View File

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