summaryrefslogtreecommitdiffstats
path: root/src/gcc-mpfr.mk
blob: b572f81b0b09b87a08b2bea3cfacb894f0cf63ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This file is part of MXE.
# See index.html for further information.

PKG             := gcc-mpfr
$(PKG)_IGNORE    = $(mpfr_IGNORE)
$(PKG)_CHECKSUM  = $(mpfr_CHECKSUM)
$(PKG)_SUBDIR    = $(mpfr_SUBDIR)
$(PKG)_FILE      = $(mpfr_FILE)
$(PKG)_URL       = $(mpfr_URL)
$(PKG)_URL_2     = $(mpfr_URL_2)
$(PKG)_DEPS     :=

define $(PKG)_UPDATE
    echo $(mpfr_VERSION)
endef