comparison src/gcc.mk @ 650:584fdc59e1e3

ignore gcc-4.4.3 for now
author Volker Grabsch <vog@notjusthosting.com>
date Fri, 22 Jan 2010 01:54:03 +0100
parents 2d6c69bdc507
children b930f92b1f77
comparison
equal deleted inserted replaced
649:d8483f351436 650:584fdc59e1e3
1 # This file is part of mingw-cross-env. 1 # This file is part of mingw-cross-env.
2 # See doc/index.html or doc/README for further information. 2 # See doc/index.html or doc/README for further information.
3 3
4 # GCC 4 # GCC
5 PKG := gcc 5 PKG := gcc
6 $(PKG)_IGNORE := 4.4.2 6 $(PKG)_IGNORE := 4.4.3
7 $(PKG)_VERSION := 4.4.0 7 $(PKG)_VERSION := 4.4.0
8 $(PKG)_CHECKSUM := 9215af6beb900ca1eef1d6a40c3dabe990203b25 8 $(PKG)_CHECKSUM := 9215af6beb900ca1eef1d6a40c3dabe990203b25
9 $(PKG)_SUBDIR := gcc-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := gcc-$($(PKG)_VERSION)
10 $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2 10 $(PKG)_FILE := gcc-$($(PKG)_VERSION).tar.bz2
11 $(PKG)_WEBSITE := http://gcc.gnu.org/ 11 $(PKG)_WEBSITE := http://gcc.gnu.org/