summaryrefslogtreecommitdiff
path: root/binutils.morph
diff options
context:
space:
mode:
Diffstat (limited to 'binutils.morph')
-rw-r--r--binutils.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils.morph b/binutils.morph
index b72b2c9bf3..5ba3e4d510 100644
--- a/binutils.morph
+++ b/binutils.morph
@@ -3,7 +3,7 @@
"kind": "chunk",
"configure-commands": [
"mkdir o",
- "cd o && ../configure --prefix=/usr --disable-nls --disable-werror"
+ "cd o && ../configure --prefix=/usr --disable-nls --disable-werror --without-system-zlib"
],
"build-commands": [
"cd o && make"