mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 10:40:12 +00:00
Bug 683975 - Disable zlib when building binutils. r=rail.
--HG-- extra : rebase_source : e9db18ff4789f2d5eaf15b5f0b8a88d12a0de21e
This commit is contained in:
parent
b02b80d68c
commit
00bbd5f1fe
@ -155,7 +155,8 @@ def build_one_stage_aux(stage_dir, is_stage_one):
|
||||
|
||||
binutils_build_dir = stage_dir + '/binutils'
|
||||
build_package(binutils_source_dir, binutils_build_dir,
|
||||
["--prefix=%s" % tool_inst_dir])
|
||||
["--prefix=%s" % tool_inst_dir,
|
||||
"--without-zlib"])
|
||||
|
||||
# During stage one we have to build gcc first, this glibc doesn't even
|
||||
# build with gcc 4.6. During stage two, we have to build glibc first.
|
||||
|
Loading…
x
Reference in New Issue
Block a user