diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2016-10-10 04:27:48 -0500 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-10-13 17:05:25 +0200 |
commit | 95a2e2c8fef1047cac3823f7c549c1031ab731c1 (patch) | |
tree | f987c5a76bc01d2909cafb533ceaea6fa58e1734 /toolchain/binutils/Makefile | |
parent | 1341b8873287b29efb0995719015d7b1b5a59f19 (diff) | |
download | upstream-95a2e2c8fef1047cac3823f7c549c1031ab731c1.tar.gz upstream-95a2e2c8fef1047cac3823f7c549c1031ab731c1.tar.bz2 upstream-95a2e2c8fef1047cac3823f7c549c1031ab731c1.zip |
toolchain/binutils: Add binutils 2.27
Add binutils 2.27 to toolchain
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Signed-off-by: Felix Fietkau <nbd@nbd.name> [refresh patches]
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 a30a167169..8816dda518 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -21,6 +21,10 @@ ifeq ($(PKG_VERSION),2.26.1) PKG_MD5SUM:=d2b24e5b5301b7ff0207414c34c3e0fb endif +ifeq ($(PKG_VERSION),2.27) + PKG_MD5SUM:=2869c9bf3e60ee97c74ac2a6bf4e9d68 +endif + ifeq ($(findstring linaro, $(CONFIG_BINUTILS_VERSION)),linaro) PKG_SOURCE_URL:=https://releases.linaro.org/14.09/components/toolchain/binutils-linaro/ PKG_REV:=2.24.0-2014.09 |