blob: 6876d6f18acd0030329b1eb6aee7def8dc0b7e8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#############################################################
#
# mpfr
#
#############################################################
MPFR_VERSION = 3.0.1
MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.bz2
MPFR_INSTALL_STAGING = YES
MPFR_DEPENDENCIES = gmp
MPFR_MAKE_OPT = RANLIB=$(TARGET_RANLIB)
$(eval $(call AUTOTARGETS))
$(eval $(call AUTOTARGETS,host))
|