Bug 1720829 - Upgrade binutils to 2.36.1. r=firefox-build-system-reviewers,andi

The only difference in the resulting Firefox builds is the removal of
section symbols from the symbol table, which doesn't matter.

Differential Revision: https://phabricator.services.mozilla.com/D120053
This commit is contained in:
Mike Hommey
2021-07-17 04:28:42 +00:00
parent 4aaf3b4351
commit 00b7c9ade2
2 changed files with 6 additions and 6 deletions

View File

@@ -16,13 +16,13 @@ binutils-2.27:
strip-components: 1
add-prefix: binutils-source/
binutils-2.31.1:
description: binutils 2.31.1 source code
binutils-2.36.1:
description: binutils 2.36.1 source code
fetch:
type: static-url
url: ftp://ftp.gnu.org/gnu/binutils/binutils-2.31.1.tar.xz
sha256: 5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
size: 20467996
url: ftp://ftp.gnu.org/gnu/binutils/binutils-2.36.1.tar.xz
sha256: e81d9edf373f193af428a0f256674aea62a9d74dfe93f65192d4eae030b0f3b0
size: 22772248
gpg-signature:
sig-url: "{url}.sig"
key-path: build/unix/build-binutils/3A24BC1E8FB409FA9F14371813FCEF89DD9E3C4F.key

View File

@@ -48,7 +48,7 @@ linux64-binutils:
toolchain-artifact: public/build/binutils.tar.xz
fetches:
fetch:
- binutils-2.31.1
- binutils-2.36.1
toolchain:
# Work around https://bugs.debian.org/786883 by using toolchain
# gcc. We can remove this workaround when we upgrade the toolchain