[openwrt/openwrt] arm-trusted-firmware-mvebu: Add hash for aarch64 cm3-gcc
LEDE Commits
lede-commits at lists.infradead.org
Mon Sep 20 07:00:32 PDT 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/309c8b490241fa4fcef61d2380225be6fde00766
commit 309c8b490241fa4fcef61d2380225be6fde00766
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Sep 15 14:42:43 2021 +0200
arm-trusted-firmware-mvebu: Add hash for aarch64 cm3-gcc
This adds the hash also for the aarch64 toolchain in addition to the
x86_64 toolchain. This gets the build on a Linux aarch64 host one step
further.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/boot/arm-trusted-firmware-mvebu/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/boot/arm-trusted-firmware-mvebu/Makefile b/package/boot/arm-trusted-firmware-mvebu/Makefile
index 8836388bec..32f2555d8a 100644
--- a/package/boot/arm-trusted-firmware-mvebu/Makefile
+++ b/package/boot/arm-trusted-firmware-mvebu/Makefile
@@ -166,7 +166,11 @@ CM3_GCC_SOURCE=$(CM3_GCC_NAME)-$(CM3_GCC_RELEASE)-$(CM3_GCC_VERSION).tar.xz
define Download/cm3-gcc
FILE:=$(CM3_GCC_SOURCE)
URL:=https://developer.arm.com/-/media/Files/downloads/gnu-a/$(CM3_GCC_RELEASE)/binrel
+ifeq ($(HOST_ARCH),aarch64)
+ HASH:=1a42eecafa03dc6f32b8ae49ffcd15114dc818efbd72292fa6bab58233940bb9
+else
HASH:=bf7ee185936d22d787b80c8da573f72ead5675695331fb8b590f0133ef1f6bb9
+endif
endef
define Build/Clean
More information about the lede-commits
mailing list