mxe/src/gcc-gmp.mk

17 lines
377 B
Makefile
Raw Normal View History

2012-03-28 14:46:58 +01:00
# This file is part of MXE.
2012-03-29 11:14:15 +01:00
# See index.html for further information.
2009-02-03 00:57:06 +00:00
# GMP for GCC
PKG := gcc-gmp
$(PKG)_IGNORE = $(gmp_IGNORE)
$(PKG)_CHECKSUM = $(gmp_CHECKSUM)
$(PKG)_SUBDIR = $(gmp_SUBDIR)
$(PKG)_FILE = $(gmp_FILE)
$(PKG)_URL = $(gmp_URL)
$(PKG)_URL_2 = $(gmp_URL_2)
$(PKG)_DEPS :=
2009-02-03 00:57:06 +00:00
define $(PKG)_UPDATE
echo $(gmp_VERSION)
2009-02-03 00:57:06 +00:00
endef