From ecc108f1e7048040ccadd0a2a6ae2d47755d206c Mon Sep 17 00:00:00 2001 From: cadmic Date: Tue, 22 Apr 2025 12:19:31 -0700 Subject: [PATCH] Add --with-system-zlib to fix binutils build on macOS 15.3.1 --- docs/BUILDING_MACOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILDING_MACOS.md b/docs/BUILDING_MACOS.md index 680ec65d40..8d2f67458e 100644 --- a/docs/BUILDING_MACOS.md +++ b/docs/BUILDING_MACOS.md @@ -55,7 +55,7 @@ cd build-binutils Configure the build ```bash -../binutils-2.35/configure --target=mips-linux-gnu --prefix=/opt/cross --disable-gprof --disable-gdb --disable-werror +../binutils-2.35/configure --target=mips-linux-gnu --prefix=/opt/cross --with-system-zlib --disable-gprof --disable-gdb --disable-werror ``` Make and install binutils