From 53470bdf3212136df06a26d33377059eb56b09eb Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 3 Feb 2020 15:30:06 +0000 Subject: toolchain/binutils: Add binutils 2.34 Refresh patches Drop 300-012_check_ldrunpath_length.patch Signed-off-by: Daniel Engberg --- toolchain/binutils/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/binutils/Makefile') diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 24eaf70566..c5c8bf588c 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -27,6 +27,10 @@ ifeq ($(PKG_VERSION),2.32) PKG_HASH:=0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04 endif +ifeq ($(PKG_VERSION),2.34) + PKG_HASH:=f00b0e8803dc9bab1e2165bd568528135be734df3fabf8d0161828cd56028952 +endif + HOST_BUILD_PARALLEL:=1 PATCH_DIR:=./patches/$(PKG_VERSION) -- cgit v1.2.3