comparison src/binutils.mk @ 1281:3443a9b9a415

remove $(PKG)_IGNORE entries that are no longer needed
author Volker Grabsch <vog@notjusthosting.com>
date Mon, 04 Oct 2010 15:06:01 +0200
parents 07e346dfcd76
children 00aa1c3e3165
comparison
equal deleted inserted replaced
1280:fef4b120bc3a 1281:3443a9b9a415
1 # This file is part of mingw-cross-env. 1 # This file is part of mingw-cross-env.
2 # See doc/index.html for further information. 2 # See doc/index.html for further information.
3 3
4 # GNU Binutils 4 # GNU Binutils
5 PKG := binutils 5 PKG := binutils
6 $(PKG)_IGNORE := 2.20 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 2.20.1 7 $(PKG)_VERSION := 2.20.1
8 $(PKG)_CHECKSUM := fd2ba806e6f3a55cee453cb25c86991b26a75dee 8 $(PKG)_CHECKSUM := fd2ba806e6f3a55cee453cb25c86991b26a75dee
9 $(PKG)_SUBDIR := binutils-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := binutils-$($(PKG)_VERSION)
10 $(PKG)_FILE := binutils-$($(PKG)_VERSION).tar.bz2 10 $(PKG)_FILE := binutils-$($(PKG)_VERSION).tar.bz2
11 $(PKG)_WEBSITE := http://www.gnu.org/software/binutils/ 11 $(PKG)_WEBSITE := http://www.gnu.org/software/binutils/