Skip to content

Commit 22cbbe4

Browse files
committed
build-binutils.sh: bump to 2.43.1
1 parent 4e4c3ee commit 22cbbe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-binutils.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
set -e
44
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
55

6-
VERSION=2.38
7-
SHA256SUM=e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
6+
VERSION=2.43.1
7+
SHA256SUM=13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd
88

99
# Build binutils
1010
wget --no-check-certificate https://ftp.gnu.org/gnu/binutils/binutils-$VERSION.tar.xz
@@ -20,6 +20,7 @@ cd binutils-$VERSION
2020
--enable-multilib \
2121
--enable-64-bit-bfd \
2222
--enable-targets=all \
23+
--disable-gprofng \
2324
--disable-nls
2425

2526
make

0 commit comments

Comments
 (0)