diff options
Diffstat (limited to 'src/gc.mk')
-rw-r--r-- | src/gc.mk | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,14 +1,11 @@ -# This file is part of mingw-cross-env. -# See doc/index.html for further information. +# This file is part of MXE. +# See index.html for further information. -# gc PKG := gc $(PKG)_IGNORE := -$(PKG)_VERSION := 7.1 $(PKG)_CHECKSUM := e84cba5d18f4ea5ed4e5fd3f1dc6a46bc190ff6f $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz -$(PKG)_WEBSITE := http://www.hpl.hp.com/personal/Hans_Boehm/$(PKG)/ $(PKG)_URL := http://www.hpl.hp.com/personal/Hans_Boehm/$(PKG)/$(PKG)_source/$($(PKG)_FILE) $(PKG)_DEPS := gcc |