You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mxe/src/gcc-gmp.mk

17 lines
397 B

# This file is part of MXE.
# See index.html for further information.
PKG := gcc-gmp
$(PKG)_IGNORE = $(gmp_IGNORE)
$(PKG)_VERSION = $(gmp_VERSION)
$(PKG)_CHECKSUM = $(gmp_CHECKSUM)
$(PKG)_SUBDIR = $(gmp_SUBDIR)
$(PKG)_FILE = $(gmp_FILE)
$(PKG)_URL = $(gmp_URL)
$(PKG)_URL_2 = $(gmp_URL_2)
$(PKG)_DEPS :=
define $(PKG)_UPDATE
echo $(gmp_VERSION)
endef