a6337a4dc8
* Convert mpfr to a proper autotargets package * Bump to version 3.0.0-p8 * Hook it up for binutils/gcc to use Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
17 lines
466 B
Makefile
17 lines
466 B
Makefile
#############################################################
|
|
#
|
|
# mpfr
|
|
#
|
|
#############################################################
|
|
|
|
MPFR_VERSION = 3.0.0
|
|
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)
|
|
HOST_MPFR_DEPENDENCIES = host-gmp
|
|
|
|
$(eval $(call AUTOTARGETS,package,mpfr))
|
|
$(eval $(call AUTOTARGETS,package,mpfr,host))
|