diff options
author | Cem Keylan <cem@ckyln.com> | 2022-08-07 19:37:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2022-08-07 19:37:12 +0300 |
commit | 0594374fa039869cf70ca38d006b21768c28a906 (patch) | |
tree | c7d8166f17553394e27ad838be814fb22a2ec1e8 /core | |
parent | 46297e5f3e878e48882fe1e5dfc50ad651e4af9f (diff) | |
download | repository-0594374fa039869cf70ca38d006b21768c28a906.tar.gz |
binutils: bump to 2.39
Diffstat (limited to 'core')
-rwxr-xr-x | core/binutils/build | 1 | ||||
-rw-r--r-- | core/binutils/checksums | 2 | ||||
-rw-r--r-- | core/binutils/sources | 2 | ||||
-rw-r--r-- | core/binutils/version | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/core/binutils/build b/core/binutils/build index 59b6ab3e..644cb89d 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -31,6 +31,7 @@ EOF --disable-nls \ --disable-readline \ --disable-gprof \ + --disable-gprofng \ --with-mmap \ --with-system-zlib diff --git a/core/binutils/checksums b/core/binutils/checksums index d4144843..919def0a 100644 --- a/core/binutils/checksums +++ b/core/binutils/checksums @@ -1,2 +1,2 @@ %BLAKE3 -c63db7ff486f23454dd37d15df0cce024be5392c75dd1bddebd90b9f63f6319f binutils-2.38.tar.xz +743b2fb1fb68e48ad31955faa1039d75a2155089da01e8701dc92c6b84cf1dad binutils-2.39.tar.xz diff --git a/core/binutils/sources b/core/binutils/sources index 7ded2f7b..522c33d1 100644 --- a/core/binutils/sources +++ b/core/binutils/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/binutils/binutils-2.38.tar.xz +https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz diff --git a/core/binutils/version b/core/binutils/version index 2f916e2d..53d10707 100644 --- a/core/binutils/version +++ b/core/binutils/version @@ -1 +1 @@ -2.38 1 +2.39 1 |