Skip to content

Commit

Permalink
Merge pull request #2969 from mariux64/update-binutils-241
Browse files Browse the repository at this point in the history
binutils: update 2.40 to 2.41
  • Loading branch information
wwwutz authored Sep 7, 2023
2 parents f8fdc0f + f3b4fc8 commit 7b42b09
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions binutils.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/env beesh
# BEE_VERSION binutils-2.40-0
# BEE_VERSION binutils-2.41-0

# SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/007b59bd908a737c06e5a8d3d2c737eb/binutils-2.40.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/256d7e0ad998e423030c84483a7c1e30/binutils-2.41.tar.xz"

mee_configure() {
bee_configure \
Expand All @@ -18,3 +18,4 @@ mee_install() {
bee_install
cp -v ${S}/include/libiberty.h ${D}/usr/include
}

0 comments on commit 7b42b09

Please sign in to comment.