diff options
author | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2012-11-19 19:37:28 +0000 |
commit | 274c21cd8ec73c3818ee548cdb8ca60e49f905a2 (patch) | |
tree | 0bf1032a4d0780ea47ea83ce3b814282d09652a3 /toolchain/binutils/Makefile | |
parent | 41b66620019c5eef1ee30dfd29cd29a1349232ac (diff) | |
download | upstream-274c21cd8ec73c3818ee548cdb8ca60e49f905a2.tar.gz upstream-274c21cd8ec73c3818ee548cdb8ca60e49f905a2.tar.bz2 upstream-274c21cd8ec73c3818ee548cdb8ca60e49f905a2.zip |
binutils: add support for 2.23.1
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 34262
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index 4a1140aae2..fd01dc21bb 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -28,6 +28,9 @@ endif ifeq ($(PKG_VERSION),2.22) PKG_MD5SUM:=ee0f10756c84979622b992a4a61ea3f5 endif +ifeq ($(PKG_VERSION),2.23.1) + PKG_MD5SUM:=33adb18c3048d057ac58d07a3f1adb38 +endif HOST_BUILD_PARALLEL:=1 |