Skip to content

Commit

Permalink
Merge pull request #2408 from mariux64/update-binutils-237
Browse files Browse the repository at this point in the history
binutils: update 2.32 to 2.37
  • Loading branch information
wwwutz authored Oct 12, 2021
2 parents 52fd890 + cc0bbd1 commit ddd4c91
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions binutils.be0
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
#!/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
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in
}

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
}

0 comments on commit ddd4c91

Please sign in to comment.