binutils: bump to 2.34

This commit is contained in:
Dylan Araps 2020-02-01 17:27:34 +02:00
parent b3db27bfb2
commit b93e8ace77
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,13 @@
#!/bin/sh -e
cat > makeinfo <<EOF
#!/bin/sh
printf 'makeinfo (GNU texinfo) 5.2\n'
EOF
chmod +x makeinfo
export PATH=$PATH:$PWD
./configure \
--prefix=/usr \
--build=x86_64-pc-linux-musl \
@ -7,6 +15,7 @@
--enable-targets=x86_64-pep \
--disable-multilib \
--disable-werror \
--disable-nls \
--with-mmap \
--with-system-zlib

View File

@ -1 +1 @@
ab66fc2d1c3ec0359b8e08843c9f33b63e8707efdff5e4cc5c200eae24722cbf binutils-2.33.1.tar.xz
f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952 binutils-2.34.tar.xz

View File

@ -1 +1 @@
https://ftp.gnu.org/gnu/binutils/binutils-2.33.1.tar.xz
https://ftp.gnu.org/gnu/binutils/binutils-2.34.tar.xz

View File

@ -1 +1 @@
2.33.1 1
2.34 1