comparison src/gc.mk @ 2645:17b0182736e1

update package gc
author Mark Brand <mabrand@mabrand.nl>
date Tue, 26 Jun 2012 11:26:38 +0200
parents 4133f788e558
children 332ce0550276
comparison
equal deleted inserted replaced
2644:cd5e84cf026f 2645:17b0182736e1
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := gc 4 PKG := gc
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_CHECKSUM := 042b551d9e313557c8919375c669ae484237cf3e 6 $(PKG)_CHECKSUM := 18c5b1aa9289a12fead3ceeda8fdc81f4ed08964
7 $(PKG)_SUBDIR := $(PKG)-7.2 7 $(PKG)_SUBDIR := $(PKG)-7.2
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://www.hpl.hp.com/personal/Hans_Boehm/$(PKG)/$(PKG)_source/$($(PKG)_FILE) 9 $(PKG)_URL := http://www.hpl.hp.com/personal/Hans_Boehm/$(PKG)/$(PKG)_source/$($(PKG)_FILE)
10 $(PKG)_DEPS := gcc 10 $(PKG)_DEPS := gcc
11 11