binutils: fix #44936 the huge size regression

206 -> 32 MiB, i.e. not like the previous 26, but much better now.
This commit is contained in:
Vladimír Čunát 2018-09-01 18:13:31 +02:00
parent b75ea627c6
commit fb3ed07a2b
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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"