diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-16 13:41:41 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-16 13:41:41 +0100 |
commit | 721ec0bc0da97c7e2e27f70b0653e28fbb1c533e (patch) | |
tree | 54a07357f5979889e89c09406de7a60f16ec50c2 /core/binutils | |
parent | dda97f286fe4bd199f41b544818ccf8b578d72fe (diff) | |
download | repository-721ec0bc0da97c7e2e27f70b0653e28fbb1c533e.tar.gz |
binutils: bump to 2.40
Diffstat (limited to 'core/binutils')
-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 644cb89d..a78a989e 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -25,6 +25,7 @@ EOF --prefix=/usr \ $archopts \ --enable-targets=x86_64-pep \ + --enable-gold \ --disable-multilib \ --disable-werror \ --disable-gdb \ diff --git a/core/binutils/checksums b/core/binutils/checksums index 919def0a..4d68cab0 100644 --- a/core/binutils/checksums +++ b/core/binutils/checksums @@ -1,2 +1,2 @@ %BLAKE3 -743b2fb1fb68e48ad31955faa1039d75a2155089da01e8701dc92c6b84cf1dad binutils-2.39.tar.xz +a621667d68bf615cb4b6b337ec57c5ac08da269f49bb8c8aced68ca60d9a4100 binutils-2.40.tar.xz diff --git a/core/binutils/sources b/core/binutils/sources index 522c33d1..42ce6fa8 100644 --- a/core/binutils/sources +++ b/core/binutils/sources @@ -1 +1 @@ -https://ftp.gnu.org/gnu/binutils/binutils-2.39.tar.xz +https://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz diff --git a/core/binutils/version b/core/binutils/version index 53d10707..d9e6960d 100644 --- a/core/binutils/version +++ b/core/binutils/version @@ -1 +1 @@ -2.39 1 +2.40 1 |