diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2023-01-15 12:39:06 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2023-01-21 11:55:23 +0100 |
commit | 6e3acebe35cfc584e145e495b175ae5308d2f2bc (patch) | |
tree | e4ec7b0d5d76d3528fa377fb4da5fb2346e70321 /toolchain/binutils/Makefile | |
parent | c783c50d65966e7c3caa156e4df67e2fcc3aa168 (diff) | |
download | upstream-6e3acebe35cfc584e145e495b175ae5308d2f2bc.tar.gz upstream-6e3acebe35cfc584e145e495b175ae5308d2f2bc.tar.bz2 upstream-6e3acebe35cfc584e145e495b175ae5308d2f2bc.zip |
toolchain/binutils: add support for version 2.40
Release notes:
https://sourceware.org/pipermail/binutils/2023-January/125671.html
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 5543882967..cf65e83e6f 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -27,6 +27,10 @@ ifeq ($(PKG_VERSION),2.39) PKG_HASH:=645c25f563b8adc0a81dbd6a41cffbf4d37083a382e02d5d3df4f65c09516d00 endif +ifeq ($(PKG_VERSION),2.40) + PKG_HASH:=0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1 +endif + HOST_BUILD_PARALLEL:=1 PATCH_DIR:=./patches/$(PKG_VERSION) |