binutils: 2.23.1 -> 2.25

This commit is contained in:
William A. Kennington III 2015-03-25 22:46:18 -07:00
parent 5f50b087f8
commit 4adae43646
3 changed files with 1033 additions and 1789 deletions

View File

@ -4,7 +4,7 @@
assert !stdenv.isDarwin;
let basename = "binutils-2.23.1"; in
let basename = "binutils-2.25"; in
with { inherit (stdenv.lib) optional optionals optionalString; };
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "mirror://gnu/binutils/${basename}.tar.bz2";
sha256 = "06bs5v5ndb4g5qx96d52lc818gkbskd1m0sz57314v887sqfbcia";
sha256 = "08r9i26b05zcwb9zxb6zllpfdiiicdfsgbpsjlrjmvx3rxjzrpi2";
};
patches = [
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
# Always add PaX flags section to ELF files.
# This is needed, for instance, so that running "ldd" on a binary that is
# PaX-marked to disable mprotect doesn't fail with permission denied.
./pt-pax-flags-20121023.patch
./pt-pax-flags-20141022.patch
];
nativeBuildInputs = optional gold bison;

File diff suppressed because it is too large Load Diff