From bcfa7ccb2864d8150d42ddde8e03d16aeada25e7 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 14 Jul 2016 13:01:37 -0600 Subject: buildgcc: Update to binutils-2.26.1 & Fix aarch64 build issue - Update to the latest version of GNU binutils - Add a patch to undo the changes to binutils done by commit c1baaddf so that arm-trusted-firmware builds correctly again. Test: Build arm-trusted-firmware (ATF) with this patch. Build ATF with binutils 2.26.1 changing the '.align x,0' to '.align x', which changes the padding bytes to NOP instructions. Verify that everything except the padding bytes is the same. See https://sourceware.org/bugzilla/show_bug.cgi?id=20364 for more information about this issue. Change-Id: I559c863c307b4146f8be8ab44b15c9c606555544 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/15711 Reviewed-by: Stefan Reinauer Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) Reviewed-by: Furquan Shaikh --- util/crossgcc/sum/binutils-2.26.1.tar.bz2.cksum | 1 + util/crossgcc/sum/binutils-2.26.tar.bz2.cksum | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 util/crossgcc/sum/binutils-2.26.1.tar.bz2.cksum delete mode 100644 util/crossgcc/sum/binutils-2.26.tar.bz2.cksum (limited to 'util/crossgcc/sum') diff --git a/util/crossgcc/sum/binutils-2.26.1.tar.bz2.cksum b/util/crossgcc/sum/binutils-2.26.1.tar.bz2.cksum new file mode 100644 index 0000000000..4bd0bceb9b --- /dev/null +++ b/util/crossgcc/sum/binutils-2.26.1.tar.bz2.cksum @@ -0,0 +1 @@ +624cd377e3a8eef3db83a56ce289a60f556b3ec2 tarballs/binutils-2.26.1.tar.bz2 diff --git a/util/crossgcc/sum/binutils-2.26.tar.bz2.cksum b/util/crossgcc/sum/binutils-2.26.tar.bz2.cksum deleted file mode 100644 index ac0a3c3f50..0000000000 --- a/util/crossgcc/sum/binutils-2.26.tar.bz2.cksum +++ /dev/null @@ -1 +0,0 @@ -a637508cffeb2323b14bc8dd65378819768ad4ff tarballs/binutils-2.26.tar.bz2 -- cgit v1.2.3