binutils: 2.30.0 -> 2.31.1

This commit is contained in:
Tim Steinbach
2019-01-20 13:03:00 -05:00
parent 44bd85c265
commit 53e1db960a
4 changed files with 8 additions and 143 deletions
@@ -1,5 +1,5 @@
{ stdenv
, fetchpatch, gnu-config, autoreconfHook264, bison, binutils-unwrapped
, fetchpatch, gnu-config, autoreconfHook, bison, binutils-unwrapped
, libiberty, zlib
}:
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
# We update these ourselves
dontUpdateAutotoolsGnuConfigScripts = true;
nativeBuildInputs = [ autoreconfHook264 bison ];
nativeBuildInputs = [ autoreconfHook bison ];
buildInputs = [ libiberty zlib ];
configurePlatforms = [ "build" "host" ];