From cc0bbd18a3e693d66975d3bb46bdc6e784cdf546 Mon Sep 17 00:00:00 2001 From: Peter Marquardt Date: Thu, 7 Oct 2021 14:58:48 +0200 Subject: [PATCH] binutils: update 2.32 to 2.37 - update - NLS=1 --- binutils.be0 | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/binutils.be0 b/binutils.be0 index d143f9583..90e396237 100755 --- a/binutils.be0 +++ b/binutils.be0 @@ -1,9 +1,8 @@ #!/bin/env beesh -# BEE_VERSION binutils-2.32-0 +# BEE_VERSION binutils-2.37-0 -SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz" - -#set -x +# SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz" +SRCURL[0]="https://beehive.molgen.mpg.de/e78d9ff2976b745a348f4c1f27c77cb1/binutils-2.37.tar.xz" mee_patch_post() { rm -fv etc/standards.info @@ -11,13 +10,16 @@ mee_patch_post() { } mee_configure() { - bee_configure --enable-shared + bee_configure \ + --enable-shared \ + --disable-nls } mee_check() { make check 2>&1 | tee check.log } -mee_install_post() { +mee_install() { + bee_install cp -v ${S}/include/libiberty.h ${D}/usr/include }