diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2008-12-02 18:23:25 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2008-12-02 18:23:25 +0000 |
commit | da43f700638309e4604befbc91920549083cb63f (patch) | |
tree | f0bcb3a3246f85a91859415cf7962e86b4251ebb /toolchain/binutils/Makefile | |
parent | 95f2b6bb76e1ac16595034330e839d5f86e53df0 (diff) | |
download | upstream-da43f700638309e4604befbc91920549083cb63f.tar.gz upstream-da43f700638309e4604befbc91920549083cb63f.tar.bz2 upstream-da43f700638309e4604befbc91920549083cb63f.zip |
nuke binutils 2.16.1 - old, unused, buggy
SVN-Revision: 13481
Diffstat (limited to 'toolchain/binutils/Makefile')
-rw-r--r-- | toolchain/binutils/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile b/toolchain/binutils/Makefile index e6745da8eb..3a4e7e8e4a 100644 --- a/toolchain/binutils/Makefile +++ b/toolchain/binutils/Makefile @@ -12,9 +12,6 @@ PKG_VERSION:=$(call qstrip,$(CONFIG_BINUTILS_VERSION)) PKG_SOURCE_URL:=@GNU/binutils/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -ifeq ($(PKG_VERSION),2.16.1) - PKG_MD5SUM:=6a9d529efb285071dad10e1f3d2b2967 -endif ifeq ($(PKG_VERSION),2.17) PKG_MD5SUM:=e26e2e06b6e4bf3acf1dc8688a94c0d1 endif |