aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/Makefile
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2020-02-03 15:30:06 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2020-02-22 16:38:41 +0100
commit53470bdf3212136df06a26d33377059eb56b09eb (patch)
tree3f44c13912daa0fabd710b73c51b763ec8c74b4f /toolchain/binutils/Makefile
parentf0864cb31be59c550625379d3f60aa1b61743b4f (diff)
downloadupstream-53470bdf3212136df06a26d33377059eb56b09eb.tar.gz
upstream-53470bdf3212136df06a26d33377059eb56b09eb.tar.bz2
upstream-53470bdf3212136df06a26d33377059eb56b09eb.zip
toolchain/binutils: Add binutils 2.34
Refresh patches Drop 300-012_check_ldrunpath_length.patch Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r--toolchain/binutils/Makefile4
1 files changed, 4 insertions, 0 deletions
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)