Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2869 from mariux64/update-binutils-from-2.37-to-2.40
binutils: Update from 2.37 to 2.40
  • Loading branch information
donald committed Mar 2, 2023
2 parents 97abc3a + c2e30ff commit 12fa122
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions binutils.be0
@@ -1,16 +1,8 @@
#!/bin/env beesh
# BEE_VERSION binutils-2.37-1
# BEE_VERSION binutils-2.40-0

# SRCURL="https://ftp.gnu.org/gnu/binutils/binutils-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/e78d9ff2976b745a348f4c1f27c77cb1/binutils-2.37.tar.xz"

# https://sourceware.org/pipermail/binutils/2021-July/117502.html
PATCHURL+=("https://beehive.molgen.mpg.de/8ae746832ec6e83e671b4abb0384cfdd/binutils-237-close-thin-archive-fd.patch")

mee_patch_post() {
rm -fv etc/standards.info
sed -i.bak '/^INFO/s/standards.info //' etc/Makefile.in
}
SRCURL[0]="https://beehive.molgen.mpg.de/007b59bd908a737c06e5a8d3d2c737eb/binutils-2.40.tar.xz"

mee_configure() {
bee_configure \
Expand Down

0 comments on commit 12fa122

Please sign in to comment.