binutils: fix #44936 the huge size regression

206 -> 32 MiB, i.e. not like the previous 26, but much better now.
wip/yesman
Vladimír Čunát 6 years ago
parent b75ea627c6
commit fb3ed07a2b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      pkgs/development/tools/misc/binutils/default.nix

@ -103,7 +103,7 @@ stdenv.mkDerivation rec {
configurePlatforms = [ "build" "host" ] ++ stdenv.lib.optional (stdenv.targetPlatform != stdenv.hostPlatform) "target";
configureFlags = [
"--enable-targets=all" "--enable-64-bit-bfd"
"--enable-64-bit-bfd"
"--disable-install-libbfd"
"--disable-shared" "--enable-static"
"--with-system-zlib"

Loading…
Cancel
Save