We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4c3ee commit 22cbbe4Copy full SHA for 22cbbe4
build-binutils.sh
@@ -3,8 +3,8 @@
3
set -e
4
source "$(dirname "${BASH_SOURCE[0]}")/utils.sh"
5
6
-VERSION=2.38
7
-SHA256SUM=e316477a914f567eccc34d5d29785b8b0f5a10208d36bbacedcc39048ecfe024
+VERSION=2.43.1
+SHA256SUM=13f74202a3c4c51118b797a39ea4200d3f6cfbe224da6d1d95bb938480132dfd
8
9
# Build binutils
10
wget --no-check-certificate https://ftp.gnu.org/gnu/binutils/binutils-$VERSION.tar.xz
@@ -20,6 +20,7 @@ cd binutils-$VERSION
20
--enable-multilib \
21
--enable-64-bit-bfd \
22
--enable-targets=all \
23
+ --disable-gprofng \
24
--disable-nls
25
26
make
0 commit comments