binutils: patch bugs in 2.29
All are upstream patches, the last two added by handy to work around them not applying on the changelog. 2.29.1/2.30 will contain the fixes, too.
This commit is contained in:
parent
2d64d1e601
commit
0e18f28cec
@ -45,6 +45,15 @@ stdenv.mkDerivation rec {
|
|||||||
# there) and causes a cycle between the lib and bin outputs, so
|
# there) and causes a cycle between the lib and bin outputs, so
|
||||||
# get rid of it.
|
# get rid of it.
|
||||||
./no-plugins.patch
|
./no-plugins.patch
|
||||||
|
|
||||||
|
# remove after 2.29.1/2.30
|
||||||
|
(fetchurl {
|
||||||
|
url = "https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=patch;h=c6b78c965a96fb152fbd58926edccb5dee2707a5";
|
||||||
|
sha256 = "0rkbq5pf7ffgcggfk4czkxin1091bqjj92an9wxnqkgqwq6cx5yr";
|
||||||
|
name = "readelf-empty-sections.patch";
|
||||||
|
})
|
||||||
|
./elf-check-orphan-input.patch
|
||||||
|
./elf-check-orphan-placement.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
# TODO: all outputs on all platform
|
# TODO: all outputs on all platform
|
||||||
|
Loading…
x
Reference in New Issue
Block a user