From 9641e64229c95945f7076d0b3e72d746b712a0bb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 17 Jul 2019 17:24:51 +0200 Subject: [PATCH 1/2] binutils: Strip trailing space --- binutils.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils.be0 b/binutils.be0 index 05abc71a7..a20949005 100755 --- a/binutils.be0 +++ b/binutils.be0 @@ -3,7 +3,7 @@ SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz" -#set -x +#set -x mee_patch_post() { rm -fv etc/standards.info From d83c54249826c3e46580c0f4cd63d431986ac5c1 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 17 Jul 2019 17:25:27 +0200 Subject: [PATCH 2/2] binutils: Update version from 2.30 to 2.32 elfutils 0.176 [does not work][1] with GNU Binutils 2.30. For example building the Linux kernel fails with the error below. objdump: drivers/char/ipmi/ipmi_kcs_sm.o: unable to initialize decompress status for section .debug_info Fixes: 26cb5a1af4 (elfutils: Convert into a be0 file) [1]: https://sourceware.org/bugzilla/show_bug.cgi?id=23919 --- binutils.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils.be0 b/binutils.be0 index a20949005..d143f9583 100755 --- a/binutils.be0 +++ b/binutils.be0 @@ -1,5 +1,5 @@ #!/bin/env beesh -# BEE_VERSION binutils-2.30-0 +# BEE_VERSION binutils-2.32-0 SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz"