diff options
author | Cem Keylan <cem@ckyln.com> | 2023-02-05 16:34:30 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-02-05 16:34:30 +0100 |
commit | 7316da94a8a328b26a9886c80e0d7480960fb513 (patch) | |
tree | 6c1a1d124108d6851766e1c2617dc0ef9b32ce2e /core | |
parent | ae604e003bad93cba27a52c51e8cd124c095b151 (diff) | |
download | repository-7316da94a8a328b26a9886c80e0d7480960fb513.tar.gz |
binutils: disable gold
Diffstat (limited to 'core')
-rwxr-xr-x | core/binutils/build | 1 | ||||
-rw-r--r-- | core/binutils/version | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/core/binutils/build b/core/binutils/build index a78a989e..644cb89d 100755 --- a/core/binutils/build +++ b/core/binutils/build @@ -25,7 +25,6 @@ EOF --prefix=/usr \ $archopts \ --enable-targets=x86_64-pep \ - --enable-gold \ --disable-multilib \ --disable-werror \ --disable-gdb \ diff --git a/core/binutils/version b/core/binutils/version index d9e6960d..967c40db 100644 --- a/core/binutils/version +++ b/core/binutils/version @@ -1 +1 @@ -2.40 1 +2.40 2 |